sway: Avoid alt in bindings
This commit is contained in:
parent
5385e05f7b
commit
5f3c29864c
1 changed files with 9 additions and 9 deletions
|
|
@ -58,8 +58,8 @@ bindsym $super+t floating disable
|
||||||
bindsym $super+z split horizontal
|
bindsym $super+z split horizontal
|
||||||
bindsym $super+v split vertical
|
bindsym $super+v split vertical
|
||||||
bindsym $super+e layout toggle split
|
bindsym $super+e layout toggle split
|
||||||
bindsym $super+$alt+s layout stacking
|
bindsym $super+Shift+s layout stacking
|
||||||
bindsym $super+$alt+t layout tabbed
|
bindsym $super+Shift+t layout tabbed
|
||||||
bindsym $super+y sticky toggle
|
bindsym $super+y sticky toggle
|
||||||
|
|
||||||
# Container nesting
|
# Container nesting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue