1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-03 04:23:42 -05:00
Rofi: A window switcher, application launcher and dmenu replacement
Find a file
2013-01-20 22:23:13 +01:00
LICENSE separate license 2012-08-27 20:28:30 +10:00
Makefile Fix building ubuntu 2013-01-20 22:23:13 +01: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 Quick and dirty hack to set window opacity 2013-01-20 14:21:29 +01:00
simpleswitcher.c Quick and dirty hack to set window opacity 2013-01-20 14:21:29 +01:00
textbox.c remove misc dependencies 2012-11-07 14:16:59 +10:00

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.