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

@ -31,7 +31,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

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

View File

@ -30,7 +30,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

View File

@ -28,7 +28,7 @@ if grep -s "$startMarker" $targetFile && grep -s "$endMarker" $targetFile; 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