diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-27 17:00:03 -0400 |
|---|---|---|
| committer | Ian Eure <ian@retrospec.tv> | 2026-03-28 14:36:28 -0700 |
| commit | ceffc5eed0c2d2f8ca4ae141136a7741928b4e0e (patch) | |
| tree | f9152e068b8437137d0d77e72a084aefba4b8101 /gnu/packages | |
| parent | 34683a7c423716d05995aca583211edef5ee176c (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 3147e5eea9f..906566f0b74 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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. |
