From afe93458a4e2ca91c97c6121b5362482b9569506 Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 21 Jan 2022 16:49:48 +0100 Subject: [PATCH] Add binding to kill Xephyr for adam --- bindings.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings.conf b/bindings.conf index 4fc6fc2..f3e87d1 100644 --- a/bindings.conf +++ b/bindings.conf @@ -42,6 +42,7 @@ bindsym Ctrl+Print exec ~/.bin/screenshot.sh -s bindsym Ctrl+Mod1+Print exec ~/.bin/screenshot.sh bindsym $mod+Ctrl+p exec mpc toggle bindsym $mod+Ctrl+c exec mpc clear +bindsym $mod+Ctrl+k exec 'pkill Xephyr && notify-send "Adam" "Killed"' bindsym --no-repeat F12 exec gdbus call -e -d net.sourceforge.mumble.mumble -o / -m net.sourceforge.mumble.Mumble.startTalk bindsym --release F12 exec gdbus call -e -d net.sourceforge.mumble.mumble -o / -m net.sourceforge.mumble.Mumble.stopTalk