From f00a83257176cde1c6350a901fca89622938ebc8 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:54:07 +0100 Subject: fix: simplify display toggle to laptop-off/side-by-side - Added --no-repeat to F7 binding (key repeat was firing script twice) - Dropped broken mirror mode (sway has no native mirroring support) - Removed wl-mirror dependency - F7 now toggles between laptop-off and side-by-side --- home/.config/sway/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/.config/sway/config') diff --git a/home/.config/sway/config b/home/.config/sway/config index 854cb39..bbd2eb0 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -42,7 +42,6 @@ output * bg #282828 solid_color for_window [class="feh"] floating enable for_window [app_id="imv"] floating enable for_window [class="Tor Browser"] floating enable -for_window [app_id="at.yrlf.wl_mirror"] fullscreen enable # ── Standard keybinds (sway defaults) ───────────────────────────────────────── bindsym $mod+Return exec $term @@ -144,7 +143,7 @@ bindsym $mod+n exec makoctl dismiss bindsym $mod+Shift+n exec makoctl dismiss --all # Display mode switching -bindsym F7 exec ~/.config/sway/display-toggle.sh +bindsym --no-repeat F7 exec ~/.config/sway/display-toggle.sh # ── Bar ─────────────────────────────────────────────────────────────────────── bar { -- cgit v1.2.3-70-g09d2