Skip to content

Commit

Permalink
sway: Bind y in resize mode to set 1920 px width.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 7, 2023
1 parent f51bebd commit 16c84e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dot_config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ mode "resize" {
# return to default mode
bindsym Return mode "default"
bindsym Escape mode "default"

bindsym y resize set width 1920 px
}
bindsym $mod+r mode "resize"

Expand Down

0 comments on commit 16c84e3

Please sign in to comment.