From 42aa21ea4b12031af45a1e4499f5114dad396a0a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:22 +0100 Subject: 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). --- KEYBINDS.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'KEYBINDS.md') 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) | -- cgit v1.3.1