-
Notifications
You must be signed in to change notification settings - Fork 614
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
[FEATURE REQUEST] rofi will not remove options from drun #1989
Comments
This is correct. Rofi does not support this. (it cannot actually delete desktop files, and currently it does not have a mechanism to blacklist them). |
should i open a feature request for blacklisting files, then |
Yes, but don't expect an implementation in short time. I'm very busy and do not have time to work on rofi. (edited the issue) |
that's fine take your time, i found my own solution anyways. not sure if i should close this or not if this is a feature request post now |
what's the solution ? |
The best way is to copy the desktop file you want to hide into ~/.local/share/applications/ and set Or use an application editor like alacarte (if they fixed it). |
Rofi version (rofi -v)
1.7.5
Configuration
https://gist.github.com/eternaljade2001/c19c9f3604ad9f87d007f66575480899
Theme
https://gist.github.com/eternaljade2001/5d0fe80d3ecf6427664ad4aa4fc3e037
Timing report
n/a
Launch command
rofi -show drun
Step to reproduce
Expected behavior
the entry is removed from the menu and does not come back
Actual behavior
the entry either will not be removed or will be removed but only until the menu is opened again
Additional information
n/a
Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: