mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Fix swaybg process leak
This commit is contained in:
parent
183d484c43
commit
3d34977ccf
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
exec-once = wl-paste --type text --watch cliphist store -max-items 1000
|
||||
exec-once = wl-paste --type image --watch cliphist store -max-items 1000
|
||||
|
||||
exec = swaybg --image ${./wallpaper.png}
|
||||
exec = pkill swaybg; swaybg --image ${./wallpaper.png}
|
||||
|
||||
exec = pkill --signal SIGUSR2 waybar
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue