2012-07-18 08:24:04 -04: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 08:24:40 -04:00
|
|
|
|
2012-07-18 08:24:04 -04:00
|
|
|
* Vertical list with three columns:
|
|
|
|
1. Desktop number.
|
|
|
|
2. Window class.
|
|
|
|
3. Window title.
|
2012-07-18 08:24:40 -04:00
|
|
|
|
2012-07-18 08:24:04 -04:00
|
|
|
* Controls like dmenu:
|
|
|
|
* Type to filter windows.
|
|
|
|
* Arrows to highlight selections.
|
|
|
|
* Return to select.
|
2012-07-18 08:24:40 -04:00
|
|
|
|
2012-07-18 08:24:04 -04:00
|
|
|
* Modes to display:
|
|
|
|
* All windows on all desktops.
|
|
|
|
* Only windows on current desktop.
|
2012-07-18 08:24:40 -04:00
|
|
|
|
2013-02-16 12:41:40 -05:00
|
|
|
* Runs in background or once-off.
|
|
|
|
|
|
|
|
For i3, run with -i3
|
|
|
|
e.g.
|
|
|
|
bindsym $mod+Tab exec simpleswitcher -i3 -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85
|