This commit is contained in:
Stephan Raabe
2023-12-19 04:32:25 +01:00
parent 3bdca06a5b
commit 4d7bfebf25
4 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ if [ ! -z $customvalue ]; then
}' $targetFile
# Reload Waybar
exec $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
setsid $HOME/dotfiles/waybar/launch.sh 1>/dev/null 2>&1 &
_goBack
else