Fix splitting direction

This commit is contained in:
CramMK
2020-03-12 11:22:08 +01:00
parent 009ad85fb4
commit d5aaae131c

View File

@@ -78,11 +78,9 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+b split h
# split in vertical orientation
bindsym $mod+v split v
# Splitting
bindsym $mod+Shift+s split v
bindsym $mod+Shift+v split h
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
@@ -198,7 +196,7 @@ bar {
}
# Locking
bindsym $mod+Shift+b exec "xlock -mode matrix -startCmd /share/bin/isweg -endCmd /share/bin/isda -bg '#6843bf' -info ''"
bindsym $mod+Shift+BackSpace exec "xlock -mode matrix -startCmd /share/bin/isweg -endCmd /share/bin/isda -bg '#6843bf' -info ''"
# Custom Workspaces
exec --no-startup-id "firefox"
@@ -222,7 +220,7 @@ bindsym $mod+Ctrl+2 move workspace to output $monitor2
{%@@ if profile == "laptop" @@%}
# Locking
bindsym $mod+Shift+b exec "xlock -mode matrix -info ''"
bindsym $mod+Shift+BackSpace exec "xlock -mode matrix -info ''"
# Custom Workspaces
exec --no-startup-id "chromium-browser"