summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-11 22:24:23 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-11 22:24:23 +0100
commit1eb5fc51dcd29e100d67f8b1b05853c61745041e (patch)
tree1ed3d8a348e851ea8424d0a6ec90c44e9995392f
parent307000e1db3f88c26439e603eae79f2c851d4698 (diff)
Update keymapsHEADmaster
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 8a14e58..d6530b2 100644
--- a/config.h
+++ b/config.h
@@ -135,7 +135,7 @@ static const Key keys[] = {
{ MODKEY, XK_space, spawn, {.v = dmenucmd } },
{ MODKEY|ShiftMask, XK_space, spawn, {.v = passmenucmd } },
{ MODKEY, XK_t, spawn, {.v = termcmd } },
- { MODKEY|ShiftMask, XK_b, togglebar, {0} },
+ { MODKEY, XK_d, togglebar, {0} },
STACKKEYS(MODKEY, focus)
STACKKEYS(MODKEY|ShiftMask, push)
{ MODKEY, XK_o, incnmaster, {.i = +1 } },
@@ -178,7 +178,7 @@ static const Key keys[] = {
/* Bookmarks */
{ MODKEY, XK_b, spawn, SHCMD("bookmarkthis")},
{ MODKEY|ControlMask, XK_b, spawn, SHCMD(TERMINAL " -e nvim ~/.local/share/snippets") },
- { MODKEY|ShiftMask, XK_space, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/snippets | dmenu -i -l 50 | cut -d' ' -f1)")},
+ { MODKEY|ShiftMask, XK_b, spawn, SHCMD("xdotool type $(grep -v '^#' ~/.local/share/snippets | dmenu -i -l 50 | cut -d' ' -f1)")},
/* Audio */
{ MODKEY|ShiftMask, XK_t, spawn, SHCMD("pamixer -t; kill -44 $(pidof dwmblocks)")},
{ MODKEY, XK_minus, spawn, SHCMD("pamixer --allow-boost -d 5; kill -44 $(pidof dwmblocks)") },