diff options
| author | 2026-04-17 10:54:07 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:07 +0100 | |
| commit | f00a83257176cde1c6350a901fca89622938ebc8 (patch) | |
| tree | 8b5e92183233256eba076d25851b6a2db339a59a /home/.config/sway/config | |
| parent | b3479fa7eeaff6e6f43c942edcf69a463a53032b (diff) | |
| download | dotfiles-f00a83257176cde1c6350a901fca89622938ebc8.tar.gz dotfiles-f00a83257176cde1c6350a901fca89622938ebc8.tar.bz2 dotfiles-f00a83257176cde1c6350a901fca89622938ebc8.zip | |
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
Diffstat (limited to 'home/.config/sway/config')
| -rw-r--r-- | home/.config/sway/config | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |
