update
This commit is contained in:
parent
efbd6b1f04
commit
aa488ce40c
3 changed files with 27 additions and 0 deletions
13
user/blueman-applet.service
Normal file
13
user/blueman-applet.service
Normal 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
|
||||
1
user/graphical-session.target.wants/swww.service
Symbolic link
1
user/graphical-session.target.wants/swww.service
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
/home/ray/.config/systemd/user/swww.service
|
||||
13
user/swww.service
Normal file
13
user/swww.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=swww wallpaper daemon
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/swww-daemon
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical-session.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue