bos/iso/airootfs/etc/skel
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
..
.cache/wal Make BOS a complete, bootable, themed desktop OS 2026-06-16 09:09:34 +08:00
.config Run breadd as a systemd user service by default 2026-06-17 14:47:58 +08:00
.p10k.zsh Add bos-update + replicate the dev zsh shell 2026-06-17 08:49:53 +08:00
.zshrc Add bos-update + replicate the dev zsh shell 2026-06-17 08:49:53 +08:00