From: Amin Bandali Date: Wed, 3 Jun 2015 03:27:44 +0000 (-0400) Subject: [x] launch xfce components with --disable-wm-check X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/commitdiff_plain/1576a8fc1d366826cf9d43c68114c3ec2f769110 [x] launch xfce components with --disable-wm-check --- diff --git a/x/.xprofile b/x/.xprofile index 707195b..9f848d1 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -67,6 +67,9 @@ xset r rate 200 20 # exec startxfce4 # ...or the Window Manager of your choice # source ~/.profile +xfsettingsd & +xfdesktop --disable-wm-check & +xfce4-panel --disable-wm-check & bspwm & sxhkd & sleep 2 && pnmixer &