From 2751779f17420352bea9dd40b1ce38c03b84f6d0 Mon Sep 17 00:00:00 2001 From: René Neumann Date: Fri, 31 May 2013 15:18:25 +0200 Subject: better kill keys in i3 --- .i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.i3') diff --git a/.i3/config b/.i3/config index e4a051a..508cb69 100644 --- a/.i3/config +++ b/.i3/config @@ -39,7 +39,8 @@ bar { ############ # kill focused window -bindsym $mod+Shift+q kill +bindsym $mod+Shift+w kill +bindsym $alt+F4 kill # reload the configuration file bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -- cgit v1.2.3-54-g00ecf