1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 16:50:38 +02:00

gnu: emacs-exwm: Fix .desktop file.

* gnu/packages/emacs-xyz.scm (emacs-exwm)[arguments]:
<#:phases>: Add -mm flag to exported .desktop file, ensuring emacs starts with a frame the same size as the screen.  Use '(exwm-wm-mode)' instead of deprecated '(exwm-enable)'.

Change-Id: I5a7ddc017196171f44fe81016f4e16dbe4f4b545
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
bdunahu
2026-03-27 17:00:03 -04:00
committed by Ian Eure
parent 34683a7c42
commit ceffc5eed0

View File

@@ -24500,7 +24500,7 @@ It should enable you to implement low-level X11 applications.")
(lambda _
(format #t "#!~a ~@
~a +SI:localuser:$USER ~@
exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
exec ~a --exit-with-session ~a \"$@\" -mm --eval '~s' ~%"
(search-input-file inputs "/bin/sh")
(search-input-file inputs "/bin/xhost")
(search-input-file inputs "/bin/dbus-launch")
@@ -24510,7 +24510,7 @@ It should enable you to implement low-level X11 applications.")
(load-file "~/.exwm"))
((not (featurep 'exwm))
(require 'exwm)
(exwm-enable)
(exwm-wm-mode)
(message
"exwm configuration not found.
Falling back to minimal configuration.