aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/KEYBINDS.md
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:22 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:22 +0100
commit42aa21ea4b12031af45a1e4499f5114dad396a0a (patch)
tree8a8dc93e0aa6a3faf9ff1dac4edcba5b68602ce3 /KEYBINDS.md
parentc82fe72f9464743249e4dc0cc4b2597126bc6f01 (diff)
downloaddotfiles-42aa21ea4b12031af45a1e4499f5114dad396a0a.tar.gz
dotfiles-42aa21ea4b12031af45a1e4499f5114dad396a0a.tar.bz2
dotfiles-42aa21ea4b12031af45a1e4499f5114dad396a0a.zip
feat(sway): monocle window cycling inside tabbed containers
Pair with the existing '$mod+w layout tabbed' to get a bspwm-like monocle experience: one window visible, tabs along the top, status bar intact. Cycle with Super+[ and Super+] (mimics browser tab shortcuts).
Diffstat (limited to 'KEYBINDS.md')
-rw-r--r--KEYBINDS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/KEYBINDS.md b/KEYBINDS.md
index 4577a17..df86e57 100644
--- a/KEYBINDS.md
+++ b/KEYBINDS.md
@@ -331,6 +331,8 @@ Mod key: `Super` (Mod4). Only personal additions beyond sway defaults listed.
| `Super+Shift+p` | Clipboard history delete entry |
| `Super+Tab` | Next workspace |
| `Super+Shift+Tab` | Previous workspace |
+| `Super+]` | Focus next window in container (monocle cycling) |
+| `Super+[` | Focus prev window in container (monocle cycling) |
| `F7` | Toggle display mode (laptop-off/side-by-side) |
| `Super+z` then `w` | Display QR for clipboard (wqr) |
| `Super+z` then `r` | Scan QR via webcam, copy to clipboard (rqr) |