This commit is contained in:
Ray Elliott 2026-02-27 13:40:33 +00:00
commit aa488ce40c
3 changed files with 27 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[Unit]
Description=Blueman Applet
[Service]
Type=simple
ExecStartPre=/usr/bin/sh -lc 'until [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
ExecStart=/usr/bin/blueman-applet
Restart=on-failure
RestartSec=2
StartLimitIntervalSec=0
[Install]
WantedBy=default.target