mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
No need for the &
This commit is contained in:
+2
-2
@@ -32,6 +32,6 @@ NEW_BACKGROUND=${BACKGROUNDS[$NEXT_INDEX]}
|
||||
# Set new background symlink
|
||||
ln -nsf "$NEW_BACKGROUND" "$CURRENT_BACKGROUND_LINK"
|
||||
|
||||
# Launch swaybg
|
||||
# Relaunch swaybg
|
||||
pkill -x swaybg
|
||||
setsid swaybg -i "$NEW_BACKGROUND" -m fill >/dev/null 2>&1 &
|
||||
setsid swaybg -i "$NEW_BACKGROUND" -m fill >/dev/null 2>&2
|
||||
|
||||
Reference in New Issue
Block a user