diff options
| -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} } }, |