Skip to content

How to Create a Top Bar which is Exclusive #1049

Answered by Rayzeq
Kynson asked this question in Q&A
Discussion options

You must be logged in to vote

The exclusive and focusable need to be outside of the geometry node.
According to this issue your anchor is also invalid, you should use top center.
For some reason there is also a colon missing before geometry.
Here's the fixed config:

(defwindow topBar
    :monitor 0
    :geometry (geometry
        :y "4%"
        :width "1248px"
        :height "4%"
        :anchor "top center"
    )
    :exclusive true
    :focusable true
    (topBar)
)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kynson
Comment options

Answer selected by Kynson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants