Prefer keynav daemonize
Instead of `keynav &`.
This commit is contained in:
parent
bd82a25ff2
commit
b6b8611f69
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ compton &
|
||||||
unclutter &
|
unclutter &
|
||||||
|
|
||||||
# Control X's pointer with the keyboard. Activate by pressing <C-;>
|
# Control X's pointer with the keyboard. Activate by pressing <C-;>
|
||||||
keynav &
|
keynav daemonize
|
||||||
|
|
||||||
# Startup Emacs (and EXWM).
|
# Startup Emacs (and EXWM).
|
||||||
exec dbus-launch --exit-with-session emacs --debug-init
|
exec dbus-launch --exit-with-session emacs --debug-init
|
||||||
|
|
Loading…
Reference in a new issue