From c15f56b1cca1e4727ab88c1b75bd257d6cbe02e1 Mon Sep 17 00:00:00 2001 From: finga Date: Sat, 24 Oct 2020 11:16:39 +0200 Subject: [PATCH] Use more emacsic keybindings --- .config/i3/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index a363a34..b8dd005 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -78,7 +78,7 @@ bindsym $mod+h split h bindsym $mod+v split v # enter fullscreen mode for the focused container -bindsym $mod+g fullscreen toggle +bindsym $mod+c fullscreen toggle # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking @@ -149,12 +149,16 @@ bindsym $mod+Shift+XF86HomePage exec "dm-tool switch-to-greeter" # resize window (you can also use the mouse for that) mode "resize" { # These bindings trigger as soon as you enter the resize mode - bindsym Right resize shrink width 10 px or 10 ppt bindsym Up resize grow height 10 px or 10 ppt bindsym Down resize shrink height 10 px or 10 ppt bindsym Left resize grow width 10 px or 10 ppt + bindsym $mod+f resize grow width 10 px or 10 ppt + bindsym $mod+p resize shrink height 10 px or 10 ppt + bindsym $mod+n resize grow height 10 px or 10 ppt + bindsym $mod+b resize shrink width 10 px or 10 ppt + # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default"