diff options
author | Matt Singleton <matt@xcolour.net> | 2024-03-20 20:39:44 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2024-03-20 20:39:44 -0500 |
commit | 6903af7a438ad42a84e9c3039ecaf848ff012ab1 (patch) | |
tree | 1c84a0dd659fb69a7d73eae2272a6eb959d5158e /sway-de/xdg-names/.local/share/systemd/user/xdg-names.service | |
parent | d6cd868883949e81285ef1880bad2a1621cbdc0f (diff) |
script to name workspaces based on xdg metadata
Diffstat (limited to 'sway-de/xdg-names/.local/share/systemd/user/xdg-names.service')
-rw-r--r-- | sway-de/xdg-names/.local/share/systemd/user/xdg-names.service | 14 |
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 |