Use more emacsic keybindings
This commit is contained in:
parent
5cdd3afc5f
commit
c15f56b1cc
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue