From d402c3b0289cb1981c8d157f206a1b6cc376edc2 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Jun 2021 10:06:03 +0200 Subject: [PATCH] i3: split + movement --- i3/config | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/i3/config b/i3/config index d747877..21c95f6 100644 --- a/i3/config +++ b/i3/config @@ -37,7 +37,7 @@ floating_modifier $mod bindsym $mod+Return exec alacritty # kill focused window -bindsym $mod++shift+q kill +bindsym $mod++Shift+q kill # start dmenu (a program launcher) bindsym $mod+d exec --no-startup-id i3-dmenu-desktop @@ -48,36 +48,18 @@ bindsym $mod+d exec --no-startup-id i3-dmenu-desktop # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop # change focus -bindsym $mod+j focus down -bindsym $mod+k focus up -bindsym $mod+l focus right -bindsym $mod+h focus left - -# alternatively, you can use the cursor keys: bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right # move focused window -bindsym $mod+Shift+j move left -bindsym $mod+Shift+k move down -bindsym $mod+Shift+l move up -bindsym $mod+Shift+h move right - -# alternatively, you can use the cursor keys: bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right # resize focused window -bindsym $mod+Control+j resize shrink width 10 px or 10 ppt -bindsym $mod+Control+k resize grow height 10 px or 10 ppt -bindsym $mod+Control+l resize shrink height 10 px or 10 ppt -bindsym $mod+Control+h resize grow width 10 px or 10 ppt - -# alternatively, you can use the cursor keys: bindsym $mod+Control+Left resize shrink width 10 px or 10 ppt bindsym $mod+Control+Down resize grow height 10 px or 10 ppt bindsym $mod+Control+Up resize shrink height 10 px or 10 ppt @@ -87,7 +69,7 @@ bindsym $mod+Control+Right resize grow width 10 px or 10 ppt bindsym $mod+v split h # split in vertical orientation -bindsym $mod+n split v +bindsym $mod+h split v # move focused workspace between monitors bindsym $mod+Ctrl+greater move workspace to output right @@ -187,7 +169,6 @@ mode "resize" { # bindsym $mod+r mode "resize" #deaktiviert -<<<<<<< HEAD # keine Fensterrahmen wenn nur ein Fenster angezeigt wird hide_edge_borders smart