update: add swayosd module

This commit is contained in:
2026-05-28 02:38:00 -04:00
parent 88a4ce1e05
commit f14f3889eb
2 changed files with 100 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=SwayOSD
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayosd-server
Restart=on-failure
RestartSec=1
[Install]