diff options
author | Amin Bandali <me@aminb.org> | 2015-06-02 23:27:44 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-02 23:27:44 -0400 |
commit | 1576a8fc1d366826cf9d43c68114c3ec2f769110 (patch) | |
tree | 368b26d08a6749fe1c1b66e15a1e351f5ebdba1b | |
parent | 168fecdbb4783621ff73f0d512adadf843fe4f1d (diff) | |
download | configs-1576a8fc1d366826cf9d43c68114c3ec2f769110.tar.gz configs-1576a8fc1d366826cf9d43c68114c3ec2f769110.tar.xz configs-1576a8fc1d366826cf9d43c68114c3ec2f769110.zip |
[x] launch xfce components with --disable-wm-check
-rwxr-xr-x | x/.xprofile | 3 |
1 files changed, 3 insertions, 0 deletions
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 & |