1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00
This commit is contained in:
seanpringle 2012-07-18 22:24:04 +10:00
parent 66e3cabefc
commit b11af808fd

View file

@ -1,2 +1,17 @@
simpleswitcher
==============
# 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).
* Vertical list with three columns:
1. Desktop number.
2. Window class.
3. Window title.
* Controls like dmenu:
* Type to filter windows.
* Arrows to highlight selections.
* Return to select.
* Modes to display:
* All windows on all desktops.
* Only windows on current desktop.
* Runs in background or once-off.