Rofi: A window switcher, application launcher and dmenu replacement
Go to file
Quentin Glidic d2ef00dea0
AUTHORS,man: Update my name
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2022-02-26 16:02:26 +00:00
.github Enable/Disable windowmode test (#1536) 2021-11-29 21:03:14 +01:00
Examples [Scripts] Fix example for using hot-keys in modi. 2021-08-30 21:47:47 +02:00
config Change modi -> modes 2022-02-23 22:42:56 +01:00
data Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
doc AUTHORS,man: Update my name 2022-02-26 16:02:26 +00:00
include Fix dialog -> mode 2022-02-23 23:25:56 +01:00
lexer [Grammar] Fix parsing of calc as element name 2022-02-01 16:35:44 +01:00
m4 Add lex version check. 2017-04-04 18:59:35 +02:00
pkgconfig Make -plugin-path commandline flag be read before loading plugins 2017-10-16 18:25:16 +02:00
releasenotes AUTHORS,man: Update my name 2022-02-26 16:02:26 +00:00
resources [Theme] Undo part of default theme changes, always pick build-in 2021-08-24 18:19:25 +02:00
script [rofi-theme-selector] don't remove lines, but comment them. 2021-08-26 16:40:19 +02:00
source Rename Dialogs -> Modes 2022-02-23 23:18:53 +01:00
subprojects gitmodules: Update libnkutils 2021-10-29 04:53:08 +00:00
test Rename Dialogs -> Modes 2022-02-23 23:18:53 +01:00
themes [Theme] Show action buttons. 2021-12-15 23:06:12 +01:00
.gitignore Add support for additional field on script entries `meta` (#1052) 2020-02-01 13:49:11 +01:00
.gitlab-ci.yml Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
.gitmodules changed ligbwater's url from git to https 2017-12-04 19:51:15 +01:00
.mailmap mailmap: Update my name 2022-02-26 16:00:34 +00:00
.travis.yml Add cursor property (#1313) 2021-05-23 00:17:27 +02:00
AUTHORS AUTHORS,man: Update my name 2022-02-26 16:02:26 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#608) 2017-06-17 13:20:34 +02:00
CONFIG.md Change modi -> modes 2022-02-23 22:42:56 +01:00
COPYING Bump copyright date. 2022-02-07 23:17:15 +01:00
Changelog Small changelog update. 2022-01-29 11:58:41 +01:00
INSTALL.md [Configuration] Remove old configuration format. 2021-06-01 10:43:25 +02:00
Makefile.am Rename Dialogs -> Modes 2022-02-23 23:18:53 +01:00
README.md Change modi -> modes 2022-02-23 22:42:56 +01:00
configure.ac Fix dialog -> mode 2022-02-23 23:25:56 +01:00
libgwater-xcb-nolibtool.mk Simple maintenance improvements (#1370) 2021-08-14 13:03:16 +02:00
meson.build meson: Update for libnkutils upstream changes 2022-02-26 15:58:56 +00:00
meson_options.txt [Timings] Move into new debug system. (#961) 2019-05-11 20:57:18 +02:00

README.md

Rofi

A window switcher, Application launcher and dmenu replacement.

https://user-images.githubusercontent.com/84911063/139428874-fe182dd6-82c6-49b8-8da1-920ddda3d1ed.mp4

Rofi started as a clone of simpleswitcher, written by Sean Pringle - a popup window switcher roughly based on superswitcher. Simpleswitcher laid the foundations, and therefore Sean Pringle deserves most of the credit for this tool. Rofi (renamed, as it lost the simple property) has been extended with extra features, like an application launcher and ssh-launcher, and can act as a drop-in dmenu replacement, making it a very versatile tool.

Rofi, like dmenu, will provide the user with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script.

What is rofi not?

Rofi is not:

  • A UI toolkit.
  • A library to be used in other applications.
  • An application that can support every possible use-case. It tries to be generic enough to be usable by everybody.
    • Specific functionality can be added using scripts or plugins, many exists.
  • Just a dmenu replacement. The dmenu functionality is a nice 'extra' to rofi, not its main purpose.

Table of Contents

Features

Its main features are:

  • Fully configurable keyboard navigation
  • Type to filter
    • Tokenized: type any word in any order to filter
    • Case insensitive (togglable)
    • Support for fuzzy-, regex-, and glob matching
  • UTF-8 enabled
    • UTF-8-aware string collating
    • International keyboard support (`e -> è)
  • RTL language support
  • Cairo drawing and Pango font rendering
  • Built-in modes:
    • Window switcher mode
      • EWMH compatible WM
    • Application launcher
    • Desktop file application launcher
    • SSH launcher mode
    • Combi mode, allowing several modes to be merged into one list
  • History-based ordering — last 25 choices are ordered on top based on use (optional)
  • Levenshtein distance or fzf like sorting of matches (optional)
  • Drop-in dmenu replacement
    • Many added improvements
  • Easily extensible using scripts and plugins
  • Advanced Theming

Modes

Rofi has several built-in modes implementing common use cases and can be extended by scripts (either called from Rofi or calling Rofi) or plugins.

Below is a list of the different modes:

  • run: launch applications from $PATH, with option to launch in terminal.
  • drun: launch applications based on desktop files. It tries to be compliant to the XDG standard.
  • window: Switch between windows on an EWMH compatible window manager.
  • ssh: Connect to a remote host via ssh.
  • file-browser: A basic file-browser for opening files.
  • keys: list internal keybindings.
  • script: Write (limited) custom mode using simple scripts.
  • combi: Combine multiple modes into one.

Rofi is known to work on Linux and BSD.

Manpage

For more up to date information, please see the manpages. The other sections and links might have outdated information as they have relatively less maintainance than the manpages. So, if you come across any issues please consult manpages, discussion and issue traker before filing new issue.

Installation

Please see the installation guide for instructions on how to install Rofi.

Quickstart

Usage

This section just gives a brief overview of the various options. To get the full set of options see the manpages section above

Running rofi

To launch rofi directly in a certain mode, specify a mode with rofi -show <mode>. To show the run dialog:

rofi -show run

Or get the options from a script:

~/my_script.sh | rofi -dmenu

Specify an ordered, comma-separated list of modes to enable. Enabled modes can be changed at runtime. Default key is Ctrl+Tab. If no modes are specified, all configured modes will be enabled. To only show the run and ssh launcher:

rofi -modes "run,ssh" -show run

The modes to combine in combi mode. For syntax to -combi-modes , see -modes. To get one merge view, of window,run, and ssh:

rofi -show combi -combi-modes "window,run,ssh" -modes combi

Configuration

Generate a default configuration file

mkdir -p ~/.config/rofi
rofi -dump-config > ~/.config/rofi/config.rasi

This creates a file called config.rasi in the ~/.config/rofi/ folder. You can modify this file to set configuration settings and modify themes. config.rasi is the file rofi looks to by default.

Please see the configuration guide for a summary of configuration options. More detailed options are provided in the manpages.

Themes

Please see the themes manpages for a detailed description.

The latest bundled themes can be found here.

Screenshots

Rezlooks:

screenshot

Arthur:

screenshot2

Default theme:

default

Wiki

**The Wiki is currently unmaintained and might contain outdated data **

Go to wiki .

Contents

Discussion places:

The GitHub Discussions is the preferred location for discussions.

Stargazers over time

Stargazers over time