mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-27 14:57:59 +01:00
Merge branch 'stebalien.github.com/fix/systemtray-height' into externals/exwm
This commit is contained in:
commit
6408a74312
1 changed files with 2 additions and 1 deletions
|
@ -487,7 +487,8 @@ indicate how to support actual transparency."
|
||||||
(cl-assert (not exwm-systemtray--embedder-window))
|
(cl-assert (not exwm-systemtray--embedder-window))
|
||||||
(unless exwm-systemtray-height
|
(unless exwm-systemtray-height
|
||||||
(setq exwm-systemtray-height (max exwm-systemtray--icon-min-size
|
(setq exwm-systemtray-height (max exwm-systemtray--icon-min-size
|
||||||
(line-pixel-height))))
|
(with-selected-window (minibuffer-window)
|
||||||
|
(line-pixel-height)))))
|
||||||
;; Create a new connection.
|
;; Create a new connection.
|
||||||
(setq exwm-systemtray--connection (xcb:connect))
|
(setq exwm-systemtray--connection (xcb:connect))
|
||||||
(set-process-query-on-exit-flag (slot-value exwm-systemtray--connection
|
(set-process-query-on-exit-flag (slot-value exwm-systemtray--connection
|
||||||
|
|
Loading…
Reference in a new issue