sway: Avoid alt in bindings
This commit is contained in:
parent
5385e05f7b
commit
5f3c29864c
1 changed files with 9 additions and 9 deletions
18
sway/config
18
sway/config
|
|
@ -52,15 +52,15 @@ bindsym $super+Shift+Up move up
|
||||||
bindsym $super+Shift+Right move right
|
bindsym $super+Shift+Right move right
|
||||||
|
|
||||||
# Change container layout
|
# Change container layout
|
||||||
bindsym $super+f fullscreen
|
bindsym $super+f fullscreen
|
||||||
bindsym $super+s floating enable
|
bindsym $super+s floating enable
|
||||||
bindsym $super+t floating disable
|
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
|
||||||
bindsym $super+p focus parent
|
bindsym $super+p focus parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue