dwm重启,但是不重启xorg

~/bin/startdwm

1
2
3
4
5
6
while true; do
    # Log stderror to a file 
    dwm 2> ~/.dwm.log
    # No error logging
    #dwm >/dev/null 2>&1
done

~/.xinitrc

exec startdwm

comments powered by Disqus
Built with Hugo
主题 StackJimmy 设计