[CLOSED] [REQUEST/QUESTION] Showing a message without to grab X input #1379
Replies: 2 comments 9 replies
-
No and I don't directly have a plan to implement a way to launch rofi in a modal form without grabbing the keyboard/mouse. You can (in 1.7.0 the next release) have rofi close on no input after X seconds, see the (WIP) release notes. If you need to show a notification to the user why not use notify-send? it seems to be the tool you are looking for. (after replying I see it was edited with more info) |
Beta Was this translation helpful? Give feedback.
-
People, please, press the like button of this post. There is a chance of it getting implemented, if it turns to be relevant. Could you imagine a xclock made using Rofi? Could you imagine how it would turn /r/unixporn wonderful and how good it would be "robbing" others people config files? hahaha |
Beta Was this translation helpful? Give feedback.
-
Before creating a feature request:
I checked the next branch to see if the feature has already been
implemented
I searched existing reports to see if it is already requested.
What is the user problem or growth opportunity you want to see solved?
I want that showing a pop up message with/without icons, but without grabbing X input, i.e., without the user needing to press any keyboard input or any mouse button to close it. With this at hand, It would be possible to make an unified theme based on a Rofi theme, for example, it would be possible to have a menu launcher, sound indicator, notifications and much more with just Rofi installed, and yet matching user theme. In my case, I was looking for something that pop up in my screen wherever I want in a Rofi fashion. My dream as a /r/unixporn user. =P
How do you know that this problem exists today?
Everytime I have tried to execute Rofi, it captured my keyboard input. I have tried to read multiple topics in Reddit and in the manual, but nothing a clear solution for this problem.
Who will benefit from it? Why is this important?
There is yet an user that asked something similar, but everyone could benefit of it, I think, since it could be an user-made alternative to notify-send and yet a status monitor for something. Allowing to pop up a message without grabbing X input is desirable because we could send messages similarly to
notify-send
, but inrofi -e "Message"
fashion with all its capabilities. The expect behavior would be to kill the Rofi window after a given number of seconds (or letting a specific key to kill it, while the others keys are not being captured). Is it already implemented? Or still not implemented?Version
Version: 1.6.1
Configuration
Output of rofi -help
Beta Was this translation helpful? Give feedback.
All reactions