bos/iso/airootfs/etc/skel/.config
Breadway adc316fac6 Run breadd as a systemd user service by default
Best practice for the long-running bread daemon: ship an enabled user unit in
skel (~/.config/systemd/user/breadd.service + default.target.wants symlink)
instead of a bare Hyprland exec-once. Gives crash-restart, journald logging
(journalctl --user -u breadd), and proper lifecycle.

- ExecStart uses %h so it works for any account created from skel (not a
  hardcoded home).
- RuntimeDirectoryPreserve=yes so restarting breadd doesn't wipe the shared
  theme.css that bread-theme writes into /run/user/<uid>/bread.
- hyprland.lua: replace the `breadd` exec-once with a Wayland-env import
  (dbus-update-activation-environment) + `systemctl --user restart breadd`, so
  the service — which autostarts at login before Hyprland exists — picks up
  HYPRLAND_INSTANCE_SIGNATURE and can drive the compositor.
2026-06-17 14:47:58 +08:00
..
bread Ship a low-battery-warning bread module by default 2026-06-16 17:07:20 +08:00
breadbox Fix all issues from code/UX review 2026-06-12 13:45:00 +00:00
breadcrumbs Fix all issues from code/UX review 2026-06-12 13:45:00 +00:00
gtk-3.0 Restore Bibata cursor now that it's published to [breadway] 2026-06-16 13:03:11 +08:00
gtk-4.0 Restore Bibata cursor now that it's published to [breadway] 2026-06-16 13:03:11 +08:00
hypr Run breadd as a systemd user service by default 2026-06-17 14:47:58 +08:00
kitty Fix dark theme, animation speed, kitty opacity; add README 2026-06-16 15:36:41 +08:00
qt5ct Polish BOS: dark theme, shell QoL, icons, media, clipboard 2026-06-16 10:31:18 +08:00
qt6ct Polish BOS: dark theme, shell QoL, icons, media, clipboard 2026-06-16 10:31:18 +08:00
systemd/user Run breadd as a systemd user service by default 2026-06-17 14:47:58 +08:00
mimeapps.list Complete the desktop: default apps, mDNS, firewall, zram, fonts 2026-06-16 14:47:06 +08:00