aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authortwells46 <tom@wellsth.com>2026-02-02 06:26:43 -0600
committertwells46 <tom@wellsth.com>2026-02-02 06:26:43 -0600
commit63e748e18d5a632ca010e706647c9e5f6237e8b3 (patch)
tree7fbe5300bfe9ee049e337f41fcbcb400fcb8255b /config.h
parent40aabf9c24bd804d5fd55018853d3f7470854aa3 (diff)
Take advantage of surf private modeHEADmain
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 9cd8acf..68323f3 100644
--- a/config.h
+++ b/config.h
@@ -109,7 +109,7 @@ static const Key keys[] = {
{ MODKEY, XK_x, spawn, {.v = (const char*[]){"librewolf", NULL } } },
{ MODKEY|ShiftMask, XK_x, spawn, {.v = (const char*[]){"librewolf", "--private-window", NULL } } },
{ MODKEY, XK_c, spawn, {.v = (const char*[]){"surf", "duckduckgo.com/html", NULL } } },
- { MODKEY|ShiftMask, XK_c, spawn, {.v = (const char*[]){"surf", NULL } } },
+ { MODKEY|ShiftMask, XK_c, spawn, {.v = (const char*[]){"surf","-i", "duckduckgo.com/html", NULL } } },
{ 0, XF86XK_AudioMute, spawn, {.v = (const char*[]){"wpctl", "set-mute", "@DEFAULT_AUDIO_SINK@", "toggle", NULL} } },
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = (const char*[]){"wpctl", "set-volume", "@DEFAULT_AUDIO_SINK@", "0.05-", NULL} } },