Swap floating and fullscreen toggles for a more "logical" setup
This commit is contained in:
parent
c18345026e
commit
27e8803649
@ -168,7 +168,7 @@ bindsym $mod+q kill
|
||||
floating_modifier $mod
|
||||
|
||||
# toggle tiling / floating
|
||||
bindsym $mod+Shift+f floating toggle
|
||||
bindsym $mod+f floating toggle
|
||||
|
||||
# change focus
|
||||
bindsym $mod+$left focus left
|
||||
@ -224,7 +224,7 @@ bindsym $mod+o 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)
|
||||
# qwerty/azerty issue for letter z
|
||||
|
Loading…
Reference in New Issue
Block a user