I've recently realized that it only works for root. This one works: /root/.xinitrc clisp /path/to/load.lisp This one doesn't work: /home/myuser/.xinitrc clisp /path/to/load.lisp How to make it work for a regular user? Maybe it has something to do with permissions. I have no idea.