aboutsummaryrefslogtreecommitdiff
path: root/sway-de/xdg-names/.local/share/systemd/user
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2024-04-12 16:06:30 -0500
committerMatt Singleton <matt@xcolour.net>2024-04-12 16:06:30 -0500
commit4008fa4f12d6688c580a78980e4722899a84498c (patch)
tree8f200c8118fa7c87d5b270741f659cf6b4d818ae /sway-de/xdg-names/.local/share/systemd/user
parentf2dfde23f8157da1532a2b2e236af529fed47713 (diff)
Update Makefile to manage fedora/sway-de config
Diffstat (limited to 'sway-de/xdg-names/.local/share/systemd/user')
-rw-r--r--sway-de/xdg-names/.local/share/systemd/user/xdg-names.service14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index 799431b..0000000
--- a/sway-de/xdg-names/.local/share/systemd/user/xdg-names.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[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