start emacs daemon in the backgroud with a single command

This commit is contained in:
Łukasz Pankowski 2020-01-18 15:19:51 +01:00
parent a3806294dc
commit e40a8159d2

View File

@ -10,7 +10,8 @@ xsetroot -solid '#424242'
xrdb -merge ~/.Xresources
setxkbmap pl -option ctrl:nocaps
emacsclient --eval nil || emacs --daemon
# run emacs daemon if not running
emacsclient --eval nil -a '' &
exec /usr/bin/i3
dwm-clock &