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). --- dot_config/sway/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dot_config/sway') diff --git a/dot_config/sway/config b/dot_config/sway/config index 8453c3d..17c5d22 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -98,6 +98,10 @@ bindsym $mod+Shift+space floating toggle bindsym $mod+space focus mode_toggle bindsym $mod+a focus parent +# Cycle windows within tabbed/stacked container (monocle-style) +bindsym $mod+bracketright focus next +bindsym $mod+bracketleft focus prev + # Scratchpad bindsym $mod+Shift+minus move scratchpad bindsym $mod+minus scratchpad show -- cgit v1.3.1