From 1576a8fc1d366826cf9d43c68114c3ec2f769110 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 2 Jun 2015 23:27:44 -0400 Subject: [PATCH] [x] launch xfce components with --disable-wm-check --- x/.xprofile | 3 +++ 1 file changed, 3 insertions(+) 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 & -- 2.20.1