Compare commits
No commits in common. "6fad0ba9f7399a9888b68adc77dd1028566c57a6" and "b7a83c81c11b5a268e8aaf5c11a378cc796fe0d2" have entirely different histories.
6fad0ba9f7
...
b7a83c81c1
5
pw-ui.el
5
pw-ui.el
@ -60,8 +60,8 @@ The indicator is displayed only on graphical terminals."
|
||||
:group 'pipewire)
|
||||
|
||||
(defcustom pipewire-osd-frame-parameters
|
||||
`((left . 0.05)
|
||||
(top . 0.95))
|
||||
`((left . (+ 50))
|
||||
(top . (- 50)))
|
||||
"Alist of frame parameters for the on screen display indicator."
|
||||
:type '(alist :key-type symbol :value-type sexp)
|
||||
:group 'pip-frame)
|
||||
@ -193,7 +193,6 @@ The indicator is displayed only on graphical terminals."
|
||||
(setq pw-ui--osd-frame (make-frame `((unsplittable . t)
|
||||
,@pipewire-osd-frame-parameters
|
||||
(minibuffer . nil)
|
||||
(parent-frame . ,(selected-frame))
|
||||
(width . ,(+ 2 (length string)))
|
||||
(height . 1)
|
||||
(min-width . 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user