Skip to content

alpha123/simpleswitcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.7%
  • Shell 2.3%