- Window Manager: i3 version 4.13
I wish for the Emacs server (emacsclient) and Tmux to be started at boot. Is it possible to add the service to MX Linux's init system (SysV)?
I tried adding it those to my i3wm init but it doesn't work.
This is the command I use to start emacsclient:
Code: Select all
exec --no-startup-id "emacsclient --socket-name=gui-emacs --no-wait --create-frame"
Both commands work fine in the command-line.