Add key bindings for window moving and fullscreen
This commit is contained in:
parent
9321366677
commit
5cdd3afc5f
1 changed files with 6 additions and 1 deletions
|
@ -61,6 +61,11 @@ bindsym $mod+Up focus up
|
|||
bindsym $mod+Right focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+b move left 25 px
|
||||
bindsym $mod+Shift+n move down 25 px
|
||||
bindsym $mod+Shift+p move up 25 px
|
||||
bindsym $mod+Shift+f move right 25 px
|
||||
|
||||
bindsym $mod+Shift+Left move left 25 px
|
||||
bindsym $mod+Shift+Down move down 25 px
|
||||
bindsym $mod+Shift+Up move up 25 px
|
||||
|
@ -73,7 +78,7 @@ bindsym $mod+h split h
|
|||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
bindsym $mod+Shift+f fullscreen toggle
|
||||
bindsym $mod+g fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
|
|
Loading…
Reference in a new issue