update
This commit is contained in:
parent
1828174dbf
commit
207dac004e
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ PartOf=default.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStartPre=/usr/bin/sh -lc 'until [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
|
||||
ExecStartPre=/usr/bin/sh -c 'until [ -n "$WAYLAND_DISPLAY" ] && [ -S "$XDG_RUNTIME_DIR/$WAYLAND_DISPLAY" ]; do sleep 0.2; done'
|
||||
ExecStart=/usr/bin/swww-daemon
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue