summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-26 12:14:35 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-26 12:14:35 -0400
commit206a4a38334566a59d7e7ca36f51196a3cdc9a71 (patch)
treee7b1bf8dc6807dc1b24337d435ce764015c946ca /config.h
parent11160adf7b0cbe6f044c341973b41dea941c719e (diff)
super+shift+q runs sysact
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 a0fd84d..3a0c3bc 100644
--- a/config.h
+++ b/config.h
@@ -115,7 +115,7 @@ static Key keys[] = {
{ MODKEY, XK_Tab, view, {0} },
/* { MODKEY|ShiftMask, XK_Tab, spawn, SHCMD("") }, */
{ MODKEY, XK_q, killclient, {0} },
- /* { MODKEY|ShiftMask, XK_q, spawn, SHCMD("") }, */
+ { MODKEY|ShiftMask, XK_q, spawn, SHCMD("sysact") },
{ MODKEY, XK_w, spawn, SHCMD("$BROWSER") },
{ MODKEY|ShiftMask, XK_w, spawn, SHCMD("st -e sudo nmtui") },
{ MODKEY, XK_e, spawn, SHCMD("st -e neomutt ; pkill -RTMIN+12 dwmblocks; rmdir ~/.abook") },