diff options
author | Amin Bandali <me@aminb.org> | 2015-06-08 23:30:44 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-06-08 23:30:44 -0400 |
commit | cf0de5fee6da27798f68cab9a63ae257e4172bda (patch) | |
tree | 673c906b006c2c74f58274ad6faef1365e48ccb9 /x/.xprofile | |
parent | 097b0690a664a3b28896afa9390d99ad76030910 (diff) | |
download | configs-cf0de5fee6da27798f68cab9a63ae257e4172bda.tar.gz configs-cf0de5fee6da27798f68cab9a63ae257e4172bda.tar.xz configs-cf0de5fee6da27798f68cab9a63ae257e4172bda.zip |
launch Emacs in daemon mode
Diffstat (limited to '')
-rwxr-xr-x | x/.xprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x/.xprofile b/x/.xprofile index c91f71a..cbaeed0 100755 --- a/x/.xprofile +++ b/x/.xprofile @@ -72,6 +72,7 @@ xfdesktop --disable-wm-check & xfce4-panel --disable-wm-check & bspwm & sxhkd & +emacs --daemon & sleep 2 && pnmixer & # panel & @@ -81,4 +82,3 @@ sleep 2 && pnmixer & # bspwm) exec bspwm;; # *) exec $DEFAULTSESSION ;; # esac - |