aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2021-02-14 08:39:23 -0500
committerLuke Smith <[email protected]>2021-02-14 08:39:23 -0500
commitba7a75abf5d69e8eb4477e71067186e8b86539db (patch)
tree1105f188cfba84e632085de9da124d79e4413c9a /config.h
parentrestate (diff)
parentMerge pull request #153 from skrrtskrrtman/master (diff)
downloadseiwm-ba7a75abf5d69e8eb4477e71067186e8b86539db.tar.xz
seiwm-ba7a75abf5d69e8eb4477e71067186e8b86539db.zip
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 } },