Use Emacs keybindings for navigation
This commit is contained in:
parent
d82e2202da
commit
9321366677
1 changed files with 6 additions and 1 deletions
|
@ -50,6 +50,11 @@ bindsym $mod+d exec dmenu_run
|
|||
bindsym $mod+m bar hidden_state toggle
|
||||
|
||||
# change focus
|
||||
bindsym $mod+b focus left
|
||||
bindsym $mod+n focus down
|
||||
bindsym $mod+p focus up
|
||||
bindsym $mod+f focus right
|
||||
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
|
@ -68,7 +73,7 @@ bindsym $mod+h split h
|
|||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+f fullscreen toggle
|
||||
bindsym $mod+Shift+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
|
|
Loading…
Reference in a new issue