start emacs daemon in the backgroud with a single command
This commit is contained in:
parent
a3806294dc
commit
e40a8159d2
@ -10,7 +10,8 @@ xsetroot -solid '#424242'
|
|||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
setxkbmap pl -option ctrl:nocaps
|
setxkbmap pl -option ctrl:nocaps
|
||||||
|
|
||||||
emacsclient --eval nil || emacs --daemon
|
# run emacs daemon if not running
|
||||||
|
emacsclient --eval nil -a '' &
|
||||||
|
|
||||||
exec /usr/bin/i3
|
exec /usr/bin/i3
|
||||||
dwm-clock &
|
dwm-clock &
|
||||||
|
Loading…
x
Reference in New Issue
Block a user