Use more emacsic keybindings

This commit is contained in:
finga 2020-10-24 11:16:39 +02:00
parent 5cdd3afc5f
commit c15f56b1cc

View file

@ -78,7 +78,7 @@ bindsym $mod+h split h
bindsym $mod+v split v bindsym $mod+v split v
# enter fullscreen mode for the focused container # enter fullscreen mode for the focused container
bindsym $mod+g fullscreen toggle bindsym $mod+c fullscreen toggle
# change container layout (stacked, tabbed, toggle split) # change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking 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) # resize window (you can also use the mouse for that)
mode "resize" { mode "resize" {
# These bindings trigger as soon as you enter the resize mode # These bindings trigger as soon as you enter the resize mode
bindsym Right resize shrink width 10 px or 10 ppt bindsym Right resize shrink width 10 px or 10 ppt
bindsym Up resize grow height 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 Down resize shrink height 10 px or 10 ppt
bindsym Left resize grow width 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 # back to normal: Enter or Escape
bindsym Return mode "default" bindsym Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"