|
@@ -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
|