1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 12:37:46 +00:00

Fix swaybg process leak

This commit is contained in:
RGBCube 2024-01-01 01:22:16 +03:00
parent 183d484c43
commit 3d34977ccf
No known key found for this signature in database

View file

@ -25,7 +25,7 @@
exec-once = wl-paste --type text --watch cliphist store -max-items 1000 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-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 exec = pkill --signal SIGUSR2 waybar
'' ''