diff options
author | 2025-06-03 14:02:17 -0400 | |
---|---|---|
committer | 2025-06-03 14:02:17 -0400 | |
commit | eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8 (patch) | |
tree | 3cf194f8ab61e761ad656d4e3f6a724bd1014daf /.config/systemd/user/swww.service | |
download | dotfiles-master.tar.gz dotfiles-master.zip |
Diffstat (limited to '.config/systemd/user/swww.service')
-rw-r--r-- | .config/systemd/user/swww.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/systemd/user/swww.service b/.config/systemd/user/swww.service new file mode 100644 index 0000000..5f4b97b --- /dev/null +++ b/.config/systemd/user/swww.service @@ -0,0 +1,9 @@ +[Unit] +PartOf=graphical-session.target +After=graphical-session.target +Requisite=graphical-session.target + +[Service] +ExecStart=/usr/bin/swww-daemon +Restart=on-failure + |