made thundar background task, oops lol

This commit is contained in:
Solomon Laing 2022-07-03 10:03:43 +09:30
parent b428d48fb3
commit ea2ea07760

View File

@ -15,6 +15,9 @@ xsetroot -cursor_name left_ptr
# modmap because xinit won't do it # modmap because xinit won't do it
xmodmap -pke $HOME/.config/x11/.Xmodmap xmodmap -pke $HOME/.config/x11/.Xmodmap
# start thunar daemon so it doesn't take years to load
thunar --daemon &
# handle some nvidia stuff for archmetabox # handle some nvidia stuff for archmetabox
HOST=$(cat /etc/hostname) HOST=$(cat /etc/hostname)
if [ "$HOST" == "archmetabox" ] ; then if [ "$HOST" == "archmetabox" ] ; then