Commit Graph

9 Commits

Author SHA1 Message Date
Dave Davenport a1ea3e268f Add more configuration options to script mode, getting closer to dmenu.
- urgent
 - active
 - prompt
 - message
2017-09-27 20:00:33 +02:00
Dave Davenport 5f1cd75492 Fix filebrowser script, Fixes #486 2016-10-23 13:49:34 +02:00
DanteFireX 4b5dcef68f added optional history; normalized variable names
I added the option to enable history in file browser mode. I changed the starting directory to a fixed directory. I found the old behavior not very intuitiv especially with enabled history. The old behavior can be restored easily. Additionally, I changed the variable names. Primarily, because the EDITOR variable could lead to a recursive call to EDITOR if xdg-open used this variable. Thus, I prefixed all the variables to create a new namespace for rofi. I am at most decent in bash scripting so don't expect to much, but it works for me and I thought it might be something others appreciate. I  hope it is of any use. :)
2016-01-17 21:29:04 +01:00
QC 0a07456120 Remove scripts 2015-10-29 18:05:54 +01:00
Dave Davenport 836036574b Add file browser example.
-switchers "file:rofi-file-browser.sh" -show file
2015-01-28 07:49:52 +01:00
QC f710912042 Add ctrl-/ as reverse tab. 2014-11-11 21:50:16 +01:00
Dave Davenport 43bc36c1a6 Add example script (laptop brightness), add i3 version to install. 2014-07-22 09:02:57 +02:00
QC 60e23568d8 Add example for interactive. 2014-07-21 22:41:22 +02:00
QC cd4888a5cf Fix #65, Fix #63 Allow user to select list of modi's
* Add script_dialog, so user can add dialogs using a script.
    * Add a way to disable modi's
    * Add -show <modi> option.
2014-07-21 21:39:24 +02:00