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 d5ee5ff..eeec412 100644
--- a/config.h
+++ b/config.h
@@ -163,6 +163,7 @@ static const Key keys[] = {
{ MODKEY, XK_Insert, spawn, SHCMD("setxkmap gb; xdotool type $(grep -v '^#' ~/.local/bin/bookmarksfile | dmenu -i -l 50)") },
{ MODKEY, XK_v, spawn, SHCMD("~/.local/bin/qemu-dmenu") },
{ MODKEY, XK_c, spawn, SHCMD("~/.local/bin/calculator") },
+ { MODKEY, XK_x, spawn, SHCMD("xkill") },
{ MODKEY|ShiftMask, XK_End, spawn, SHCMD("pkill X") },
};