1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

xorg: make dwm restartable

This commit is contained in:
tiyn 2023-10-16 18:40:25 +02:00
parent 1d0a626a7e
commit bb7b37bb93

View File

@ -8,4 +8,7 @@ xrandr --auto
[ -f "$HOME/.config/xorg/xpcspec" ] && xrdb -merge "$HOME/.config/xorg/xpcspec" # local resources
setbg
exec dwm
while true; do
dwm || exit
done