Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imwally/tabover
https://github.com/imwally/tabover
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imwally/tabover
- Owner: imwally
- Created: 2015-08-31T03:56:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T04:35:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T02:49:11.396Z (about 1 month ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tabover
A very simple terminal based X Window switcher.
![tabover in xterm](https://raw.githubusercontent.com/imwally/tabover/master/tabover.png)
## Why?
Spreading application windows across multiple virtual desktops is an
easy way to lose track of what's open and where they are. Typically I
dedicate a single application to a desktop but I don't always remember
which one. In most modern desktop environments the Alt-Tab switcher
has an option to switch between windows on all desktops but not in
most tiling window managers. tabover fills that missing role for
tiling WMs.## Usage
* `Tab` or `j` select next
* `~` or `k` select previous
* `Return` activate window
* `q` quit## Requirements
* [xcb](http://xcb.freedesktop.org/) library
* WM that supports [ewmh](https://en.m.wikipedia.org/wiki/EWMH)## Build
`make`
This will build the `tabover` binary. Place it wherever you please.