diff options
author | Matt Singleton <matt@xcolour.net> | 2024-06-11 20:51:49 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-06-11 20:51:49 -0500 |
commit | 38a4e8e941ee07a15b0aa5d388a69df061585ec9 (patch) | |
tree | f342100836608bcde976804bc4d7e927f21574da /sway-de/xdg-names/.config/systemd/user | |
parent | c8dea64ee21c16b35c2a8b4982806984daba3273 (diff) |
separate sway-de folder causes problems with overlapping stow responsibilities
Diffstat (limited to 'sway-de/xdg-names/.config/systemd/user')
-rw-r--r-- | sway-de/xdg-names/.config/systemd/user/xdg-names.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sway-de/xdg-names/.config/systemd/user/xdg-names.service b/sway-de/xdg-names/.config/systemd/user/xdg-names.service deleted file mode 100644 index 799431b..0000000 --- a/sway-de/xdg-names/.config/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 |