Rofi: A window switcher, application launcher and dmenu replacement
Go to file
Peter Cannici 5a0d8ee5e0 Update PKGBUILD to include the GitHub URL for this fork 2013-08-02 16:06:53 -06:00
LICENSE separate license 2012-08-27 20:28:30 +10:00
Makefile Fixed Issue #4 - Added man page to makefile for installation. 2013-05-19 22:16:34 +10:00
PKGBUILD Update PKGBUILD to include the GitHub URL for this fork 2013-08-02 16:06:53 -06:00
README.md Add i3 to readme 2013-02-16 18:41:40 +01:00
simpleswitcher.1 Quick and dirty hack to set window opacity 2013-01-20 14:21:29 +01:00
simpleswitcher.c small typo 2013-07-20 12:28:03 +02:00
textbox.c remove misc dependencies 2012-11-07 14:16:59 +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.

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