diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 9beb7ae62e3c32cc3351a297f015d0bc27cb6e69..4aa713346f0d5f35258462205a86d2bff85bbfe1 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4767,12 +4767,9 @@ (define-public emacs-exwm-x TryExec=~@*~a~@ Type=Application~%" ,name ,synopsis exwm-executable))) ;; Add a shell wrapper to bin - ;; Set DISPLAY variable to work around - ;; https://github.com/ch11ng/exwm/issues/213 (with-output-to-file exwm-executable (lambda _ (format #t "#!~a ~@ - export DISPLAY=:0 ~@ ~a +SI:localuser:$USER ~@ exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%" (string-append (assoc-ref inputs "bash") "/bin/sh")