diff options
author | Amin Bandali <me@aminb.org> | 2015-05-21 23:36:32 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-21 23:36:32 -0400 |
commit | af057af116dfec5a14c37d51aa5e1ab156b9186f (patch) | |
tree | 58f612431999e86c2eae2a9dfef7c08201824ac1 | |
parent | df4755208113b862a8104c23443baeab388e6792 (diff) | |
download | configs-af057af116dfec5a14c37d51aa5e1ab156b9186f.tar.gz configs-af057af116dfec5a14c37d51aa5e1ab156b9186f.tar.xz configs-af057af116dfec5a14c37d51aa5e1ab156b9186f.zip |
sleep 2secs before launching pnmixer
-rwxr-xr-x | x/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile index e90872f..2f19161 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -67,7 +67,7 @@ setxkbmap -option caps:swapescape # source ~/.profile bspwm & sxhkd & -sleep 1 && pnmixer & +sleep 2 && pnmixer & # panel & # DEFAULTSESSION=bspwm |