Fix splitting direction
This commit is contained in:
@@ -78,11 +78,9 @@ bindsym $mod+Shift+Down move down
|
|||||||
bindsym $mod+Shift+Up move up
|
bindsym $mod+Shift+Up move up
|
||||||
bindsym $mod+Shift+Right move right
|
bindsym $mod+Shift+Right move right
|
||||||
|
|
||||||
# split in horizontal orientation
|
# Splitting
|
||||||
bindsym $mod+b split h
|
bindsym $mod+Shift+s split v
|
||||||
|
bindsym $mod+Shift+v split h
|
||||||
# split in vertical orientation
|
|
||||||
bindsym $mod+v split v
|
|
||||||
|
|
||||||
# enter fullscreen mode for the focused container
|
# enter fullscreen mode for the focused container
|
||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
@@ -198,7 +196,7 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Locking
|
# 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
|
# Custom Workspaces
|
||||||
exec --no-startup-id "firefox"
|
exec --no-startup-id "firefox"
|
||||||
@@ -222,7 +220,7 @@ bindsym $mod+Ctrl+2 move workspace to output $monitor2
|
|||||||
|
|
||||||
{%@@ if profile == "laptop" @@%}
|
{%@@ if profile == "laptop" @@%}
|
||||||
# Locking
|
# Locking
|
||||||
bindsym $mod+Shift+b exec "xlock -mode matrix -info ''"
|
bindsym $mod+Shift+BackSpace exec "xlock -mode matrix -info ''"
|
||||||
|
|
||||||
# Custom Workspaces
|
# Custom Workspaces
|
||||||
exec --no-startup-id "chromium-browser"
|
exec --no-startup-id "chromium-browser"
|
||||||
|
|||||||
Reference in New Issue
Block a user