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 | |
| 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>
| -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.") | |||
| 24500 | (lambda _ | 24500 | (lambda _ |
| 24501 | (format #t "#!~a ~@ | 24501 | (format #t "#!~a ~@ |
| 24502 | ~a +SI:localuser:$USER ~@ | 24502 | ~a +SI:localuser:$USER ~@ |
| 24503 | exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%" | 24503 | exec ~a --exit-with-session ~a \"$@\" -mm --eval '~s' ~%" |
| 24504 | (search-input-file inputs "/bin/sh") | 24504 | (search-input-file inputs "/bin/sh") |
| 24505 | (search-input-file inputs "/bin/xhost") | 24505 | (search-input-file inputs "/bin/xhost") |
| 24506 | (search-input-file inputs "/bin/dbus-launch") | 24506 | (search-input-file inputs "/bin/dbus-launch") |
| @@ -24510,7 +24510,7 @@ It should enable you to implement low-level X11 applications.") | |||
| 24510 | (load-file "~/.exwm")) | 24510 | (load-file "~/.exwm")) |
| 24511 | ((not (featurep 'exwm)) | 24511 | ((not (featurep 'exwm)) |
| 24512 | (require 'exwm) | 24512 | (require 'exwm) |
| 24513 | (exwm-enable) | 24513 | (exwm-wm-mode) |
| 24514 | (message | 24514 | (message |
| 24515 | "exwm configuration not found. | 24515 | "exwm configuration not found. |
| 24516 | Falling back to minimal configuration. | 24516 | Falling back to minimal configuration. |
