Skip to content

Commit

Permalink
config: base: Add sway layout bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
minikN committed May 14, 2024
1 parent 6c9b947 commit 4a204ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/base.scm
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@
(for_window "[app_id=\"org.kde.krename\"]" floating enable, border pixel)
(for_window "[app_id=\"org.rncbc.qjackctl\"]" floating enable, border pixel)
(bindsym $mod+Shift+q kill)
(bindsym $mod+Shift+w layout tabbed)
(bindsym $mod+Shift+s layout stacking)
(bindsym $mod+Shift+e layout toggle split)
(bindsym $mod+Shift+Ctrl+r mode "resize")
(mode "resize" ((bindsym Left resize shrink width 30px)
(bindsym Down resize grow height 30px)
Expand Down

0 comments on commit 4a204ea

Please sign in to comment.