From ae9809b1d2ba4100678c01f3e3c5aa2bf0632407 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Mon, 14 Oct 2024 22:39:27 +0000 Subject: update man page --- config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.h') 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") }, }; -- cgit v1.2.3