summaryrefslogtreecommitdiff
path: root/.config/systemd/user/swww.service
diff options
context:
space:
mode:
authorGravatar Matthew Wozniak <me@woz.blue> 2025-06-03 14:02:17 -0400
committerGravatar Matthew Wozniak <me@woz.blue> 2025-06-03 14:02:17 -0400
commiteb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8 (patch)
tree3cf194f8ab61e761ad656d4e3f6a724bd1014daf /.config/systemd/user/swww.service
downloaddotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.tar.gz
dotfiles-eb1fa89c2d0dafa21181ccbb6d79b8f8f90b6fc8.zip
Diffstat (limited to '.config/systemd/user/swww.service')
-rw-r--r--.config/systemd/user/swww.service9
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
+