boring-window-switcher: A boring window switcher.

[ bsd3, graphics, library, program ] [ Propose Tags ]

A boring window switcher. See README.md


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
author-test

Run test only for authors.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5
Change log ChangeLog.md
Dependencies base (>=4.7.0 && <5.0), boring-window-switcher, gtk (>=0.13.9 && <0.15), transformers (>=0.3.0 && <0.6), X11 (>=1.6.1 && <1.9) [details]
License BSD-3-Clause
Author Toshio Ito <debug.ito@gmail.com>
Maintainer Toshio Ito <debug.ito@gmail.com>
Category Graphics
Home page https://github.com/debug-ito/boring-window-switcher
Bug tracker https://github.com/debug-ito/boring-window-switcher/issues
Source repo head: git clone https://github.com/debug-ito/boring-window-switcher.git
Uploaded by debugito at 2017-02-10T00:53:55Z
Distributions
Executables boring-window-switcher
Downloads 3882 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-10 [all 1 reports]

Readme for boring-window-switcher-0.1.0.4

[back to package description]

boring-window-switcher

screen shot

A boring window switcher for X11 desktop environments.

Unlike many other window switchers, this is NOT a daemon. This is just a regular Gtk+ application that shows windows currently open, and raises the window the user selects. It does not do any tricky keyboard grabbing.

How to Install

To build this program, you need development files of GTK+ and Xlib. On Ubuntu, you can install them by

$ sudo apt-get install libgtk2.0-dev libx11-dev

Then the easiest way to install this program is to use git and stack. Just clone this repository, build the source and install.

$ git clone https://github.com/debug-ito/boring-window-switcher.git
$ cd boring-window-switcher
$ stack --install-ghc install

Building gtk takes long time. Be patient.

Alternatively, you can install this program directly from hackage: http://hackage.haskell.org/package/boring-window-switcher

How to Run

$ boring-window-switcher

See Also

Probably you should use other feature-rich window switchers.

Author

Toshio Ito debug.ito@gmail.com