fix: sxhkd not being disowned in bspwmrc causing the script to never stop and sxhkd not being adopted by PID1
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
14ae6d7099
commit
fb58e6b305
@ -5,7 +5,8 @@ set -x
|
|||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
autorandr --change & disown
|
autorandr --change & disown
|
||||||
pgrep -x sxhkd > /dev/null || sxhkd & disown
|
pgrep -x sxhkd && killall sxhkd
|
||||||
|
sxhkd & disown
|
||||||
xrdb -load $HOME/.config/.Xresources & disown
|
xrdb -load $HOME/.config/.Xresources & disown
|
||||||
dunst -conf $HOME/.config/dunst/dunstrc & disown
|
dunst -conf $HOME/.config/dunst/dunstrc & disown
|
||||||
picom --experimental-backends & disown
|
picom --experimental-backends & disown
|
||||||
|
Loading…
Reference in New Issue
Block a user