Skip to content

Commit

Permalink
move stacked layout to dedicated binding
Browse files Browse the repository at this point in the history
  • Loading branch information
abysssol committed Jul 27, 2024
1 parent f6e3200 commit f8fef3d
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ bindsym {
# Switch layout style for current container
$mod+w layout tabbed
$mod+Shift+w layout toggle split
$mod+Control+w mode "layout"
$mod+Control+w layout stacking

# Make the current focus fullscreen
$mod+f fullscreen
Expand Down Expand Up @@ -228,18 +228,6 @@ mode "resize" bindsym {
Escape mode "default"
}

mode "layout" bindsym {
d layout default
h layout splith
v layout splitv
s layout stacking
t layout tabbed

# Return to default mode
$mod+Control+w mode "default"
Escape mode "default"
}

#
# Status Bar:
#
Expand Down

0 comments on commit f8fef3d

Please sign in to comment.