diff options
| author | 2026-04-17 10:54:04 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:04 +0100 | |
| commit | c62507746d1ea90c6f36647c184b640cf682cbc5 (patch) | |
| tree | 6fb5522bcec42e88a67bf58fbcd7e9a0805d759f | |
| parent | c936b253a19fd21e9387873d31f13f16c70a14ec (diff) | |
| download | dotfiles-c62507746d1ea90c6f36647c184b640cf682cbc5.tar.gz dotfiles-c62507746d1ea90c6f36647c184b640cf682cbc5.tar.bz2 dotfiles-c62507746d1ea90c6f36647c184b640cf682cbc5.zip | |
fix: default to mirror mode on multi-monitor startup
Place all outputs at pos 0 0 so sway starts in mirror layout
instead of side-by-side when external monitor is connected.
| -rw-r--r-- | home/.config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/sway/config b/home/.config/sway/config index 2571315..b8c10c7 100644 --- a/home/.config/sway/config +++ b/home/.config/sway/config @@ -37,6 +37,7 @@ seat * hide_cursor 3000 # ── Output ──────────────────────────────────────────────────────────────────── output * bg #282828 solid_color +output * pos 0 0 # ── Window rules ────────────────────────────────────────────────────────────── for_window [class="feh"] floating enable |
