README 1001 B

1234567891011121314151617181920212223
  1. Rofi is a window switcher, application launcher and dmenu replacement.
  2. Rofi, like dmenu, will provide the user with a textual list of options
  3. where one or more can be selected. This can either be running an
  4. application, selecting a window, or options provided by an external
  5. script.
  6. Rofi started as a clone of simpleswitcher, written by Sean Pringle -
  7. a popup window switcher roughly based on superswitcher. Simpleswitcher
  8. laid the foundations, and therefore Sean Pringle deserves most of the
  9. credit for this tool. Rofi (renamed, as it lost the simple property)
  10. has been extended with extra features, like an application launcher
  11. and ssh-launcher, and can act as a drop-in dmenu replacement, making
  12. it a very versatile tool.
  13. Note:
  14. If you encounter this this non-fatal error when executing Rofi:
  15. xkbcommon: ERROR: couldn't find a Compose file for locale <your locale>
  16. You may need to open /etc/profile.d/lang.sh and uncomment UTF-8:
  17. # en_US is the Slackware default locale:
  18. export LANG=nl_NL.UTF-8