mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
docs
This commit is contained in:
parent
b11af808fd
commit
34b4a12083
1 changed files with 4 additions and 0 deletions
|
@ -3,15 +3,19 @@
|
||||||
A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/), requiring only xlib and xft.
|
A popup window switcher roughly based on [superswitcher](http://code.google.com/p/superswitcher/), requiring only xlib and xft.
|
||||||
|
|
||||||
* Switcher centered on screen (or monitor for multi-head).
|
* Switcher centered on screen (or monitor for multi-head).
|
||||||
|
|
||||||
* Vertical list with three columns:
|
* Vertical list with three columns:
|
||||||
1. Desktop number.
|
1. Desktop number.
|
||||||
2. Window class.
|
2. Window class.
|
||||||
3. Window title.
|
3. Window title.
|
||||||
|
|
||||||
* Controls like dmenu:
|
* Controls like dmenu:
|
||||||
* Type to filter windows.
|
* Type to filter windows.
|
||||||
* Arrows to highlight selections.
|
* Arrows to highlight selections.
|
||||||
* Return to select.
|
* Return to select.
|
||||||
|
|
||||||
* Modes to display:
|
* Modes to display:
|
||||||
* All windows on all desktops.
|
* All windows on all desktops.
|
||||||
* Only windows on current desktop.
|
* Only windows on current desktop.
|
||||||
|
|
||||||
* Runs in background or once-off.
|
* Runs in background or once-off.
|
Loading…
Reference in a new issue