11 lines
232 B
Plaintext
11 lines
232 B
Plaintext
(defwindow floating-media []
|
|
:monitor 0
|
|
:geometry (geometry :anchor "top center")
|
|
:exclusive false
|
|
:stacking "overlay"
|
|
:focusable false
|
|
(box :class "floating-media"
|
|
(big-media :album_background true)
|
|
)
|
|
)
|