mirror of
https://github.com/emacs-exwm/exwm.git
synced 2025-01-22 16:08:00 +01:00
exwm-enable: Set x-no-window-manager
* exwm.el (exwm-enable): Set `x-no-window-manager' which tells Emacs to not wait for the window manager, which is Emacs itself if EXWM is used.
This commit is contained in:
parent
6b49a2fa18
commit
53ea124e99
1 changed files with 2 additions and 1 deletions
3
exwm.el
3
exwm.el
|
@ -1023,7 +1023,8 @@ Optional argument UNDO may be either of the following symbols:
|
||||||
(advice-remove i #'exwm--server-eval-at)))
|
(advice-remove i #'exwm--server-eval-at)))
|
||||||
(_ ;enable EXWM
|
(_ ;enable EXWM
|
||||||
(setq frame-resize-pixelwise t ;mandatory; before init
|
(setq frame-resize-pixelwise t ;mandatory; before init
|
||||||
window-resize-pixelwise t)
|
window-resize-pixelwise t
|
||||||
|
x-no-window-manager t)
|
||||||
;; Ignore unrecognized command line arguments. This can be helpful
|
;; Ignore unrecognized command line arguments. This can be helpful
|
||||||
;; when EXWM is launched by some session manager.
|
;; when EXWM is launched by some session manager.
|
||||||
(push #'vector command-line-functions)
|
(push #'vector command-line-functions)
|
||||||
|
|
Loading…
Reference in a new issue