Rofi: A window switcher, application launcher and dmenu replacement
Go to file
Qball Cow 236b36d328 Fix margins. This fixes annoying extra pixels at bottom. 2014-01-13 09:42:52 +01:00
LICENSE Detect i3bar at a more convenient place. 2014-01-09 23:55:23 +01:00
Makefile Small fix for when installing in custom path with i3. 2014-01-11 10:34:43 +01:00
PKGBUILD Update PKGBUILD to include the GitHub URL for this fork 2013-08-02 16:06:53 -06:00
README.md Small typo in README 2014-01-11 22:37:32 +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 Fix margins. This fixes annoying extra pixels at bottom. 2014-01-13 09:42:52 +01:00
textbox.c Fix margins. This fixes annoying extra pixels at bottom. 2014-01-13 09:42:52 +01:00

README.md

simpleswitcher

A popup window switcher roughly based on superswitcher, requiring only xlib and xft. This version is based on the version from Sean Pringle. All credit for this great tool should go to him.

  • Switcher centered on screen (or monitor for multi-head).

  • Vertical list with two columns: 2. Window class. 3. Window title.

  • Controls like dmenu:

    • Type to filter windows.
    • Tokonized filter. Type any word in any order to filter.
    • Arrows to highlight selections.
    • Return to select.
  • Runs in background or once-off.

If compiled with I3 support, it should autodetect if I3 window manager is running.

Usage

e.g.

bindsym $mod+Tab exec simpleswitcher -now -font "snap-10" -fg "#505050" -bg "#000000" -hlfg "#ffb964" -hlbg "#000000" -o 85

Compilation

Type make I3= to disable compiling with i3 support. If during compilation it complains about not finding i3/ipc.h either disable i3 support or install the headers.

Type make PREFIX=<path> install to install in a different prefix.

Archlinux

This version of simpleswitcher has been made available on the AUR by 1ace.