Explorar el Código

Swap vertical and horizontal split

- mod + v : new window on right
- mod + minus : new window on bottom
DricomDragon hace 5 años
padre
commit
cda2659210
Se han modificado 1 ficheros con 2 adiciones y 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