summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2024-10-14 22:39:27 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-03-31 18:31:28 +0100
commitae9809b1d2ba4100678c01f3e3c5aa2bf0632407 (patch)
treea958a8a5b855234609fdf86b3517e5b24c54c261 /config.h
parent72176bd5550d4ddd5ff054676662a433299953ef (diff)
update man page
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") },
};