Add key bindings for window moving and fullscreen

This commit is contained in:
finga 2020-08-05 18:37:28 +02:00
parent 9321366677
commit 5cdd3afc5f

View file

@ -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