Explorar o código

Swap vertical and horizontal split

- mod + v : new window on right
- mod + minus : new window on bottom
DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
cda2659210
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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