aboutsummaryrefslogtreecommitdiff
path: root/stow/xdg-names/.config/systemd/user/xdg-names.service
diff options
context:
space:
mode:
Diffstat (limited to 'stow/xdg-names/.config/systemd/user/xdg-names.service')
-rw-r--r--stow/xdg-names/.config/systemd/user/xdg-names.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/stow/xdg-names/.config/systemd/user/xdg-names.service b/stow/xdg-names/.config/systemd/user/xdg-names.service
new file mode 100644
index 0000000..799431b
--- /dev/null
+++ b/stow/xdg-names/.config/systemd/user/xdg-names.service
@@ -0,0 +1,14 @@
+[Unit]
+Description=Rename Sway workspaces based on XDG metadata
+PartOf=sway-session.target
+
+[Service]
+Type=simple
+ExecStart=%h/.local/bin/xdg-names.py --debug
+ExecStop=/bin/kill -2 $MAINPID
+Restart=on-failure
+RestartSec=1
+TimeoutStopSec=10
+
+[Install]
+WantedBy=sway-session.target