Rofi: A window switcher, application launcher and dmenu replacement
Go to file
Qball Cow 807697958e Detect i3bar at a more convenient place. 2014-01-09 23:55:23 +01:00
LICENSE Detect i3bar at a more convenient place. 2014-01-09 23:55:23 +01:00
Makefile Fixed Issue #4 - Added man page to makefile for installation. 2013-05-19 22:16:34 +10:00
PKGBUILD docs, pkgbuild 2012-06-30 03:29:23 +10:00
README.md Remove desktop mode. (I don't use it, and its seems broke on i3) 2014-01-07 17:49:28 +01:00
simpleswitcher.1 Remove desktop mode. (I don't use it, and its seems broke on i3) 2014-01-07 17:49:28 +01:00
simpleswitcher.c Detect i3bar at a more convenient place. 2014-01-09 23:55:23 +01:00
textbox.c Remove debug and add small 2px margin. 2014-01-07 18:04:39 +01: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: 2. Window class. 3. Window title.

  • Controls like dmenu:

    • Type to filter windows.
    • Arrows to highlight selections.
    • Return to select.
  • 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