aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/wayland
Commit message (Collapse)AuthorAgeFilesLines
* fix: simplify display toggle to laptop-off/side-by-sideLibravatar sommerfeld30 hours1-1/+0
| | | | | | | - 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
* fix: use wl-mirror for true display mirroringLibravatar sommerfeld30 hours1-0/+1
| | | | | | | | | 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.
* feat: add wayland desktop metapackageLibravatar sommerfeld30 hours1-0/+59
Combines and replaces x-base, x-de, and x-extra metapackages. Includes sway, waybar, fuzzel, mako, swaylock, grim, slurp, wf-recorder, imv, wl-clipboard, ghostty, and desktop apps.