How to add a custom button? #2237
-
|
How do I add a custom button, for instance to run a script or open a specific directory? I did manage to figure out how to add buttons, but what I could not figure out was how to make the buttons actually do anything.. |
Beta Was this translation helpful? Give feedback.
Answered by
DaveDavenport
Nov 20, 2025
Replies: 1 comment 1 reply
-
|
There is no native support for this. You might be able to hack this in via This is not something that is officially supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Rabcor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no native support for this. You might be able to hack this in via
rofi-actionsand using an existing action to launch what you want.This is not something that is officially supported.