sway: add tab and split binds

This commit is contained in:
Aly Raffauf 2024-08-11 12:06:25 -04:00
parent 36dd74bc9b
commit 34cc511a04
2 changed files with 4 additions and 0 deletions

View file

@ -67,6 +67,8 @@ ______________________________________________________________________
- SUPER + F11: Show/hide top panel. - SUPER + F11: Show/hide top panel.
- SUPER + TAB: Open Window list. - SUPER + TAB: Open Window list.
- SUPER + V: Toggle floating window. - SUPER + V: Toggle floating window.
- SUPER SHIFT + Backslash: Toggle vertical/horizontal splits.
- SUPER SHIFT + G: Toggle tabbed layout.
- SUPER SHIFT + W: Toggle fullscreen. - SUPER SHIFT + W: Toggle fullscreen.
#### Focus #### Focus

View file

@ -98,7 +98,9 @@ in {
"${modifier}+Period" = "workspace next"; "${modifier}+Period" = "workspace next";
"${modifier}+R" = "exec ${lib.getExe config.programs.rofi.package} -show combi"; "${modifier}+R" = "exec ${lib.getExe config.programs.rofi.package} -show combi";
"${modifier}+S" = "scratchpad show"; "${modifier}+S" = "scratchpad show";
"${modifier}+Shift+Backslash" = "layout toggle split";
"${modifier}+Shift+Comma" = "move container to workspace prev; workspace prev"; "${modifier}+Shift+Comma" = "move container to workspace prev; workspace prev";
"${modifier}+Shift+G" = "layout toggle splitv tabbed";
"${modifier}+Shift+Period" = "move container to workspace next; workspace next"; "${modifier}+Shift+Period" = "move container to workspace next; workspace next";
"${modifier}+Shift+R" = "exec ${lib.getExe config.programs.rofi.package} -show run"; "${modifier}+Shift+R" = "exec ${lib.getExe config.programs.rofi.package} -show run";
"${modifier}+Shift+S" = "move scratchpad"; "${modifier}+Shift+S" = "move scratchpad";