Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show-hotkey-overlay has no way to scroll #173

Open
KiaraGrouwstra opened this issue Feb 6, 2024 · 8 comments
Open

show-hotkey-overlay has no way to scroll #173

KiaraGrouwstra opened this issue Feb 6, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@KiaraGrouwstra
Copy link
Contributor

when invoking show-hotkey-overlay, there is currently no way to scroll down.
i somehow defined more keybinds than fit in my screen, so some way to scroll down and see the rest would be nice. :)

System Information

  • niri version: 0.1.1
@KiaraGrouwstra KiaraGrouwstra added the bug Something isn't working label Feb 6, 2024
@YaLTeR
Copy link
Owner

YaLTeR commented Feb 6, 2024

Well, it's kinda problematic because I don't have much of a GUI toolkit in niri, so it's all hardcoded. The easiest improvement to make would be to try to split the list in two halves if it's too big.

@KiaraGrouwstra
Copy link
Contributor Author

i tend to just check the config file, so this isn't actually super important to me personally, just figured i'd file in case this wasn't known yet. :)

@nebulosa2007
Copy link

nebulosa2007 commented Feb 9, 2024

May be filter out some hotkeys? E.g. show only Super + .. hotkeys

And the second issue is - need to show second parameter.
photo_2024-02-09_23-08-22

Btw, I thought it is fixed list, showing only hotkeys for interacting with windows

@YaLTeR
Copy link
Owner

YaLTeR commented Feb 10, 2024

It is a fixed list, but it includes Spawn, because these are important but we don't know which specific Spawn commands are important.

@YaLTeR
Copy link
Owner

YaLTeR commented Feb 10, 2024

I think filtering out Spawn based on mods or keys is potentially interesting.

@YaLTeR
Copy link
Owner

YaLTeR commented Feb 10, 2024

I made it only show binds with Mod or Super in ca4ee5a.

@nebulosa2007
Copy link

Noticed that border of the hotkey window doesn't respect the active color border from config. Is this hardcoded?

@YaLTeR
Copy link
Owner

YaLTeR commented Mar 1, 2024

It's hardcoded yeah. It's just that you can have both border and focus ring disabled or enabled, and they have separate colors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants