rofi/README.md

26 lines
685 B
Markdown
Raw Normal View History

2012-07-18 12:24:04 +00:00
# simpleswitcher
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).
2012-07-18 12:24:40 +00:00
2014-01-09 23:04:57 +00:00
* Vertical list with two columns:
2012-07-18 12:24:04 +00:00
2. Window class.
3. Window title.
2012-07-18 12:24:40 +00:00
2012-07-18 12:24:04 +00:00
* Controls like dmenu:
* Type to filter windows.
2014-01-09 23:04:57 +00:00
* Tokonized filter. Type any word in any order to filter.
2012-07-18 12:24:04 +00:00
* Arrows to highlight selections.
* Return to select.
2012-07-18 12:24:40 +00:00
2013-02-16 17:41:40 +00:00
* Runs in background or once-off.
2014-01-09 23:04:57 +00:00
Hackish support for the I3 window manager:
For i3, run with -i3
2013-02-16 17:41:40 +00:00
e.g.
2014-01-09 23:04:57 +00:00
2013-02-16 17:41:40 +00:00
bindsym $mod+Tab exec simpleswitcher -i3 -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85