Parcourir la source

Swap vertical and horizontal split

- mod + v : new window on right
- mod + minus : new window on bottom
DricomDragon il y a 5 ans
Parent
commit
cda2659210
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Install/Templates/i3/config

+ 2 - 2
Install/Templates/i3/config

@@ -75,10 +75,10 @@ bindsym $mod+Shift+Up move up
 bindsym $mod+Shift+Right move right
 
 # split in horizontal orientation
-bindsym $mod+minus split h
+bindsym $mod+v split h
 
 # split in vertical orientation
-bindsym $mod+v split v
+bindsym $mod+minus split v
 
 # enter fullscreen mode for the focused container
 bindsym $mod+f fullscreen toggle