dotfiles/systemd/swww-daemon.service
Michael Bradley dcc74af714
Start Hyprland using uwsm
Still a few broken bits to get working again (1Password on startup,
hyprsunset control), but the important stuff is functional
2025-03-25 00:32:06 -04:00

12 lines
227 B
Desktop File

[Unit]
Description=Daemon to display desktop wallpapers
After=graphical-session.target
[Service]
Type=exec
ExecStart=swww-daemon
Restart=on-failure
Slice=background-graphical.slice
[Install]
WantedBy=graphical-session.target