is an X11 popup window switcher. A list is displayed center-screen showing open window titles, WM_CLASS, and desktop number. The user may filter the list by typing, navigate with Up/Down or Tab keys, and select a window with Return (Enter). Escape cancels.
.P
License: MIT/X11
.SHUSAGE
See options below for custom key combinations. These are the defaults.
.TP
.BF12
Show all windows on all desktops.
.TP
.BF11
Show windows from the current desktop.
.SHOPTIONS
.TP
.B-key
Change the key combination to display all windows (default: F12).
.P
.RS
simpleswitcher -key F12
.br
simpleswitcher -key control+shift+s
.br
simpleswitcher -key mod1+tab
.RE
.TP
.B-dkey
Change the key combination to display window on the current desktop (default: F11).
.P
.RS
simpleswitcher -key F11
.br
simpleswitcher -key control+shift+d
.br
simpleswitcher -key mod1+grave (grave=backtick)
.RE
.TP
.B-now
Run simpleswitcher in all-windows mode once then exit. Does not bind any keys.
.TP
.B-dnow
Run simpleswitcher in current-desktop-windows mode once then exit. Does not bind any keys.
.TP
.B-bg
Set the background text color (X11 named color or hex #rrggbb) for the menu (default: #222222).