summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index d5042d0..38d5079 100644
--- a/config.h
+++ b/config.h
@@ -159,6 +159,7 @@ static Key keys[] = {
{MODKEY, XK_r, spawn, SHCMD(TERMINAL " -e lf")},
{MODKEY | ShiftMask, XK_r, spawn, SHCMD(TERMINAL " -e btm")},
{MODKEY, XK_space, spawn, SHCMD("dmenu_run")},
+ {MODKEY, XK_p, spawn, SHCMD("scrot -s -q 100 screenshot.png")},
{MODKEY | ShiftMask, XK_s, spawn, SHCMD("slock")},
{MODKEY, XK_e, spawn,
SHCMD(TERMINAL " -e neomutt ; pkill -RTMIN+12 dwmblocks; rmdir ~/.abook")},