Skip to content

Frequently Asked Questions

Dave Davenport edited this page Oct 30, 2016 · 8 revisions

bla=$(rofi -dmenu -input /dev/null -prompt "Enter Text > ")

* **rofi** gives the following message: `Mode keys not enabled. Please add it to the list of enabled modi: combi,drun`

   **rofi** allows you to, at run time, switch between multiple modi (default keybinding Ctrl-Tab). With `-show` you indicate the mode you want to select when opening. If the mode is not in the list, **rofi** will complain, but still show it. To solve this warning, add your view to the `-modi` list.
Clone this wiki locally