Skip to content
Discussion options

You must be logged in to vote

config already has a bind for the same key and now they're doing two things unknowingly

Aside from named rules processed first, isn't the config parsed serially?

E.g. the last-defined bind for a "duplicate" would be in effect?

@kilyabin make damn sure whatever key you're trying to bind to the maximize toggle isn't already in use to rule this out.

Answer: Yes. Just tested this:

hl.bind(mainMod .. " + F", hl.dsp.window.fullscreen({ mode = "maximized", action = "toggle" }))
hl.bind(mainMod .. " + F", hl.dsp.exec_cmd(menu))

Hyprlauncher is activated, and no config errors on the dupe.

I found the issue. For some reason, the bind from end-4 dotfiles was breaking my custom override — even th…

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@tekstryder
Comment options

@kito30
Comment options

@tekstryder
Comment options

@kilyabin
Comment options

Answer selected by kilyabin
@tekstryder
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants