From d5aaae131c6a5c37607ee5d161a112d5e58e6739 Mon Sep 17 00:00:00 2001 From: CramMK Date: Thu, 12 Mar 2020 11:22:08 +0100 Subject: [PATCH] Fix splitting direction --- dotfiles/i3/i3 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dotfiles/i3/i3 b/dotfiles/i3/i3 index 61ed633..7766a9b 100644 --- a/dotfiles/i3/i3 +++ b/dotfiles/i3/i3 @@ -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"