i3: Tweak keybinds
Alan Pearce alan@alanpearce.eu
Fri, 18 Aug 2017 21:19:04 +0200
1 files changed, 5 insertions(+), 5 deletions(-)
jump to
M i3/.config/i3/config → i3/.config/i3/config
@@ -73,7 +73,7 @@ # kill focused window bindsym $mod+Shift+w kill # start dmenu (a program launcher) -bindsym $mod+p exec dmenu_run +bindsym $mod+Shift+r exec dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -113,15 +113,15 @@ # enter fullscreen mode for the focused container bindsym $mod+F11 fullscreen toggle # change container layout (stacked, tabbed, toggle split) -bindsym $mod+s layout stacking -bindsym $mod+t layout tabbed -bindsym $mod+r layout toggle split +bindsym $mod+Shift+s layout stacking +bindsym $mod+Shift+t layout tabbed +bindsym $mod+Shift+v layout toggle split # toggle tiling / floating bindsym $mod+Shift+f floating toggle # change focus between tiling / floating windows -bindsym $mod+f focus mode_toggle +bindsym $mod+t focus mode_toggle # focus the parent container bindsym $mod+a focus parent