summaryrefslogtreecommitdiffstats
path: root/Examples
AgeCommit message (Collapse)Author
2016-01-17added optional history; normalized variable namesDanteFireX
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. :)
2015-10-29Remove scriptsQC
2015-01-28Add file browser example.Dave Davenport
-switchers "file:rofi-file-browser.sh" -show file
2014-11-11Add ctrl-/ as reverse tab.QC
2014-07-22Add example script (laptop brightness), add i3 version to install.Dave Davenport
2014-07-21Add example for interactive.QC
2014-07-21Fix #65, Fix #63 Allow user to select list of modi'sQC
* Add script_dialog, so user can add dialogs using a script. * Add a way to disable modi's * Add -show <modi> option.