Emacs lisp code to be run after loading the user's init file. If enableDefaultConfig is true, this will be run before loading the default config.
Declarations
Type
strings concatenated with "\n"
Default
"(require 'exwm)"
Example
''
(require 'exwm)
(exwm-enable)
''