A way to launch fuzzel while typing in overview #1596
Replies: 3 comments 3 replies
-
|
I intentionally avoided any hardcoded letter binds in the overview with some kind of typing use-case in mind but so far I don't have an easy answer for this. Also even if you run fuzzel on typed letter, it won't get the first letter, which is annoying |
Beta Was this translation helpful? Give feedback.
-
|
It would be nice to have a generic solution that works with any launcher. The gnome experience is very fluid and intuitive. |
Beta Was this translation helpful? Give feedback.
-
|
We could keep this simple and just trigger an optional spawn command on overview entrance. That way people can just run up whatever launcher they want. Even if it were more tightly integrated, I'd imagine you'd still need a listener to be run up at the same trigger anyway. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The new overview mode is a great addition to the experience. Personally, I like the minimalism of Gnome where they actually merged the Overview and Launcher experience into one.
What do you think about allowing
fuzzel(or another launcher`) to be invoked when one starts typing in the Overview?If not something provided by Niri, what would be the easiest way to implement it? The only way coming to my mind would be some background script constantly running, checking if overview is enabled, and launching fuzzel for any key press other than niri command. It seems a bit too hacky, and I feel like Niri should allow to bind some action for typing in Overview.
Beta Was this translation helpful? Give feedback.
All reactions