summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-14 20:27:13 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-14 20:27:13 +0900
commite3407330a7fb81ef7f40c7c14e9436784e90e041 (patch)
tree8f65cc22d53edd0b18005e54da016c6c1d93a9c9 /dwm/config.h
parentf63a1e717afe3fbdd080a81444ba48d5f80d368e (diff)
modified config.h
Diffstat (limited to 'dwm/config.h')
-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 } } },