From ea2ea07760ebafa80018ce0aeb03d2619de4f5e8 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 3 Jul 2022 10:03:43 +0930 Subject: [PATCH] made thundar background task, oops lol --- .config/x11/xprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index ad5573b..c4d7d44 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -15,6 +15,9 @@ xsetroot -cursor_name left_ptr # modmap because xinit won't do it 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 HOST=$(cat /etc/hostname) if [ "$HOST" == "archmetabox" ] ; then