فهرست منبع

Swap vertical and horizontal split

- mod + v : new window on right
- mod + minus : new window on bottom
DricomDragon 5 سال پیش
والد
کامیت
cda2659210
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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