summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dwm/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/config.h b/dwm/config.h
index acedf73..9b3f15e 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -343,7 +343,7 @@ static const Key keys[] = {
{ MODKEY | ShiftMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-o", NULL } } },
{ MODKEY | ShiftMask | ControlMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-p", NULL } } },
{ MODKEY | ControlMask, XK_b, togglebar, {0} },
- { MODKEY | ShiftMask | ControlMask, XK_b, togglebar, { .i = 1 } },
+ { ShiftMask | ControlMask, XK_b, togglebar, { .i = 1 } },
{ MODKEY2 , XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-c", NULL } } },
{ MODKEY2 | ShiftMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-b", NULL } } },
{ MODKEY2 | ControlMask, XK_b, spawn, { .v = (const char *[]){ "bookmarks", "-s", NULL } } },