Rofi: A window switcher, application launcher and dmenu replacement
Go to file
seanpringle 7e975f1a29 pass proper timestamp in _NET_ACTIVE_WINDOW message 2012-08-24 23:16:56 +10:00
Makefile initial import 2012-06-30 03:10:13 +10:00
PKGBUILD docs, pkgbuild 2012-06-30 03:29:23 +10:00
README.md docs 2012-07-18 22:24:40 +10:00
simpleswitcher.1 port fixes from goomwwm switcher 2012-07-18 22:14:13 +10:00
simpleswitcher.c pass proper timestamp in _NET_ACTIVE_WINDOW message 2012-08-24 23:16:56 +10:00
textbox.c port changes from goomwwm 2012-08-24 11:28:39 +10:00

README.md

simpleswitcher

A popup window switcher roughly based on 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.