diff options
| author | 2026-04-17 10:54:04 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:54:04 +0100 | |
| commit | e8a510cc0d0a44823d27346308c8ec65380fe052 (patch) | |
| tree | de5c206c3fd4eab761deb453c690db7b55716248 /meta/wayland/PKGBUILD | |
| parent | c62507746d1ea90c6f36647c184b640cf682cbc5 (diff) | |
| download | dotfiles-e8a510cc0d0a44823d27346308c8ec65380fe052.tar.gz dotfiles-e8a510cc0d0a44823d27346308c8ec65380fe052.tar.bz2 dotfiles-e8a510cc0d0a44823d27346308c8ec65380fe052.zip | |
fix: use wl-mirror for true display mirroring
The pos 0 0 hack created two independent overlapping outputs, causing
workspace duplication and fuzzel rendering across wrong boundaries.
Now uses wl-mirror to properly duplicate laptop screen to external
display. Script runs at startup (with 'init' arg) and cycles on F7.
Added wl-mirror to metapackage, fullscreen window rule for wl-mirror.
Diffstat (limited to 'meta/wayland/PKGBUILD')
| -rw-r--r-- | meta/wayland/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/wayland/PKGBUILD b/meta/wayland/PKGBUILD index 3d6ffbb..395366c 100644 --- a/meta/wayland/PKGBUILD +++ b/meta/wayland/PKGBUILD @@ -30,6 +30,7 @@ depends=( 'grim' 'slurp' 'wf-recorder' + 'wl-mirror' # Image viewer 'imv' |
