From af057af116dfec5a14c37d51aa5e1ab156b9186f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 21 May 2015 23:36:32 -0400 Subject: [PATCH] sleep 2secs before launching pnmixer --- x/.xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1