mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
Update README.md
This commit is contained in:
parent
c5cc6b9b33
commit
182e586dc8
1 changed files with 7 additions and 2 deletions
|
@ -4,17 +4,22 @@ A popup window switcher roughly based on [superswitcher](http://code.google.com/
|
||||||
|
|
||||||
* 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 two columns:
|
||||||
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.
|
||||||
|
* Tokonized filter. Type any word in any order to filter.
|
||||||
* Arrows to highlight selections.
|
* Arrows to highlight selections.
|
||||||
* Return to select.
|
* Return to select.
|
||||||
|
|
||||||
* Runs in background or once-off.
|
* Runs in background or once-off.
|
||||||
|
|
||||||
For i3, run with -i3
|
Hackish support for the I3 window manager:
|
||||||
|
|
||||||
|
For i3, run with -i3
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
|
|
||||||
bindsym $mod+Tab exec simpleswitcher -i3 -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85
|
bindsym $mod+Tab exec simpleswitcher -i3 -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85
|
||||||
|
|
Loading…
Add table
Reference in a new issue