diff options
| author | 2026-05-13 13:43:32 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:32 +0100 | |
| commit | 2970b9dddc6b89705a6836fa0864fb841925ff6f (patch) | |
| tree | 34b73db29f72950c8f62a1eccec57943d0be8f7a /meta/wayland.txt | |
| parent | e00ad35dd4adcc21dd83ca063a2e306f8ae8b512 (diff) | |
| download | dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.tar.gz dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.tar.bz2 dotfiles-2970b9dddc6b89705a6836fa0864fb841925ff6f.zip | |
refactor(meta): flatten groups; only break out optional/hw-specific
Drop the per-domain group fragmentation in meta/ and the parallel
group-per-file structure in systemd-units/.
meta/ (18 -> 6 groups):
keep base, flatpak (magic), intel, nvidia, work, btc
fold browser, bt, cpp, dev, extra, fonts, mail, media, nix,
sound, wayland -> base (with `# --- section ---` comments
preserving at-a-glance structure)
drop fortran (niche; install ad-hoc when needed)
systemd-units/:
flatten to a single system.txt + user.txt; .ignore files move up
one level; group concept and pairing rule removed.
justfile:
unit-list/unit-apply/unit-status no longer take a group argument.
unit-add/unit-forget infer scope by probing
`systemctl [--user] cat <unit>` (system wins on tie). Top-level
add/forget dispatcher updated: any unit-suffixed arg routes to
unit-* without requiring a leading GROUP.
docs:
.github/copilot-instructions.md and README.md updated to describe
the new flat layout. Pairing rule and group-token grammar gone.
Pure layout refactor - no package contents change.
Diffstat (limited to 'meta/wayland.txt')
| -rw-r--r-- | meta/wayland.txt | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/meta/wayland.txt b/meta/wayland.txt deleted file mode 100644 index b41668b..0000000 --- a/meta/wayland.txt +++ /dev/null @@ -1,59 +0,0 @@ -# Compositor -sway -xdg-desktop-portal-wlr -xdg-desktop-portal-gtk -qt5-wayland -qt6-wayland - -# Bar & launcher -waybar -fuzzel -# wofi: secondary picker used only by mako-history.sh — needs --hide-search -# and per-key custom bindings, neither of which fuzzel supports. -wofi - -# Terminal -ghostty - -# Notifications -mako -libnotify -poweralertd - -# Lock screen -swaylock -swayidle - -# Clipboard -wl-clipboard -cliphist - -# Screenshots & recording -grim -slurp -wf-recorder - -# Wayland typing (used by dictate, etc) -wtype - -# Emoji picker (AUR; tiny shell script, multi-backend — we drive it through wofi) -bemoji - -# Image viewer -imv - -# QR -zbar -xorg-xwayland # needed for zbarcam's X11 preview - -# Document viewer is the org.pwmt.zathura flatpak (see meta/flatpak.txt) so -# PDFs handed off from the browser/mail sandbox stay sandboxed. - -# Misc -brightnessctl -libfido2 -perl-file-mimeinfo -qt5ct -qt6ct -xdg-user-dirs -wl-mirror |
