davatorium / rofi
- вторник, 25 октября 2022 г. в 00:36:45
Rofi: A window switcher, application launcher and dmenu replacement
Also see the locally installed documentation (manpages).
A window switcher, Application launcher and dmenu replacement.
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.
Rofi is not:
Its main features are:
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:
Rofi is known to work on Linux and BSD.
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 tracker before filing new issue.
Please see the installation guide for instructions on how to install Rofi.
This section just gives a brief overview of the various options. To get the full set of options see the manpages section above
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
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.
Please see the themes manpages for a detailed description.
The latest bundled themes can be found here.
Rezlooks:
Arthur:
Default theme:
The GitHub Discussions is the preferred location for discussions.