Fix emacsclient issues
* exwm-layout.el (exwm-layout--on-minibuffer-setup) (exwm-layout--on-echo-area-change): * exwm-workspace.el (exwm-workspace--on-minibuffer-setup) (exwm-workspace--on-minibuffer-exit, exwm-workspace--on-echo-area-dirty) (exwm-workspace--on-echo-area-clear): Exclude non-graphical frames. * exwm.el (exwm--server-eval-at): Avoid using `x-dispaly-name'.
This commit is contained in:
parent
44d05d2dd3
commit
fa204e1367
3 changed files with 24 additions and 14 deletions
2
exwm.el
2
exwm.el
|
|
@ -557,7 +557,7 @@
|
|||
(start-process exwm--server-name
|
||||
nil
|
||||
(car command-line-args) ;The executable file
|
||||
"-d" x-display-name
|
||||
"-d" (frame-parameter nil 'display)
|
||||
"-Q"
|
||||
(concat "--daemon=" exwm--server-name)
|
||||
"--eval"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue