Skip to content

How to compose flags while using (set-config-flags ...) function? #59

@sakurawald

Description

@sakurawald

It's okay to set one single flags using

    (set-config-flags :flag-window-resizable)

However, how can i compose multi falgs and set them?

image
image

I would like to use something like

(set-config-flags :flag-window-resizable :flag-window-topmost)

Or i have to use this ?

(set-window-state (logior #x00000004 #x00001000))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions