aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/wayland
Commit message (Collapse)AuthorAgeFilesLines
* refactor: replace meta/ PKGBUILDs with plain text package listsLibravatar sommerfeld2026-04-211-59/+0
| | | | | | | | | | - Convert 16 PKGBUILD metapackages to simple .txt files (one package per line) - Delete all PKGBUILD, .SRCINFO, and .pkg.tar.zst binary artifacts - Clean stale packages: lf→yazi, tmux→zellij, neofetch→fastfetch, stow→chezmoi - Remove duplicate rustup in dev, duplicate mesa in intel - Add justfile recipes: install, install-all, status (unified drift detection) - Configure chezmoi to exclude scripts from status/diff output - Update copilot instructions
* fix: simplify display toggle to laptop-off/side-by-sideLibravatar sommerfeld2026-04-171-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 sommerfeld2026-04-171-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 sommerfeld2026-04-171-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.