diff options
author | René Neumann <rene.neumann@in.tum.de> | 2013-05-31 15:18:25 +0200 |
---|---|---|
committer | René Neumann <rene.neumann@in.tum.de> | 2013-05-31 15:18:26 +0200 |
commit | 2751779f17420352bea9dd40b1ce38c03b84f6d0 (patch) | |
tree | 7ee49115d7c73363101677b8871d69aa235ce05a | |
parent | 36a782e36be849bd81b252e46974e58ea196d027 (diff) | |
download | dotfiles-2751779f17420352bea9dd40b1ce38c03b84f6d0.tar.gz dotfiles-2751779f17420352bea9dd40b1ce38c03b84f6d0.tar.bz2 dotfiles-2751779f17420352bea9dd40b1ce38c03b84f6d0.zip |
better kill keys in i3
-rw-r--r-- | .i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |