aboutsummaryrefslogtreecommitdiff
path: root/sway-de/xdg-names/.local/share
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-03-20 20:39:44 -0500
committerMatt Singleton <matt@xcolour.net>2024-03-20 20:39:44 -0500
commit6903af7a438ad42a84e9c3039ecaf848ff012ab1 (patch)
tree1c84a0dd659fb69a7d73eae2272a6eb959d5158e /sway-de/xdg-names/.local/share
parentd6cd868883949e81285ef1880bad2a1621cbdc0f (diff)
script to name workspaces based on xdg metadata
Diffstat (limited to 'sway-de/xdg-names/.local/share')
-rw-r--r--sway-de/xdg-names/.local/share/systemd/user/xdg-names.service14
1 files changed, 14 insertions, 0 deletions
diff --git a/sway-de/xdg-names/.local/share/systemd/user/xdg-names.service b/sway-de/xdg-names/.local/share/systemd/user/xdg-names.service
new file mode 100644
index 0000000..799431b
--- /dev/null
+++ b/sway-de/xdg-names/.local/share/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