From 25cc6e3eb5f34d65638ff6c61dc8f3174dd29f99 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2015 22:49:52 -0400 Subject: Add alternate window close key binding --- sxhkd/sxhkdrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sxhkd/sxhkdrc') diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 5434b39..ef311bc 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -26,6 +26,9 @@ super + alt + Escape super + w bspc window -c +super + ctrl + c + bspc window -c + super + t bspc desktop -l next; \ if bspc query --tree | grep -q ' M - \*'; then \ -- cgit v1.2.1