diff options
| author | twells46 <tom@wellsth.com> | 2026-02-02 06:26:43 -0600 |
|---|---|---|
| committer | twells46 <tom@wellsth.com> | 2026-02-02 06:26:43 -0600 |
| commit | 63e748e18d5a632ca010e706647c9e5f6237e8b3 (patch) | |
| tree | 7fbe5300bfe9ee049e337f41fcbcb400fcb8255b /config.h | |
| parent | 40aabf9c24bd804d5fd55018853d3f7470854aa3 (diff) | |
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} } }, |