summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-02-14 08:39:23 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-02-14 08:39:23 -0500
commitba7a75abf5d69e8eb4477e71067186e8b86539db (patch)
tree1105f188cfba84e632085de9da124d79e4413c9a /config.h
parent6a76839b6b5dcc3bdb9e77bcf3d4be5efc61f230 (diff)
parentf656ecbf719ab354569b26c072b2910f651d741e (diff)
Merge branch 'master' of github.com:LukeSmithxyz/dwm
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4e6d476..424aaeb 100644
--- a/config.h
+++ b/config.h
@@ -189,7 +189,7 @@ static Key keys[] = {
{ MODKEY, XK_s, togglesticky, {0} },
/* { MODKEY|ShiftMask, XK_s, spawn, SHCMD("") }, */
{ MODKEY, XK_d, spawn, SHCMD("dmenu_run") },
- /* { MODKEY, XK_d, spawn, SHCMD("") } }, */
+ { MODKEY|ShiftMask, XK_d, spawn, SHCMD("passmenu") },
{ MODKEY, XK_f, togglefullscr, {0} },
{ MODKEY|ShiftMask, XK_f, setlayout, {.v = &layouts[8]} },
{ MODKEY, XK_g, shiftview, { .i = -1 } },