• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..14-Mar-2021-

screenshots/H03-May-2022-2820

Makefile.amH A D14-Mar-202165 32

Makefile.inH A D14-Mar-202115.3 KiB523454

READMEH A D14-Mar-20211.3 KiB4128

alttab.1H A D14-Mar-20219.3 KiB267264

alttab.1.ronnH A D14-Mar-20219.4 KiB309194

alttab.adH A D14-Mar-20211.9 KiB7252

development.mdH A D14-Mar-20211.3 KiB5132

wm-setup.mdH A D14-Mar-20215.6 KiB146104

README

1alttab is X11 window switcher designed for minimalistic window managers
2or standalone X11 session.
3
4  alttab  [-w N] [-d N] [-sc N] [-mk <str>] [-kk <str>] [-bk <str>]
5  [-pk <str>] [-nk <str>] [-ck <str>] [-mm <N>] [-bm <N>]
6  [-t NxM] [-i NxM] [-vp str] [-p str] [-s N] [-theme name] [-bg color]
7  [-fg color] [-frame color] [-font name] [-v|-vv]
8
9(see man page for details)
10
11Unlike task switchers integrated in most simple window managers (WM) or
12dmenu-like switchers, alttab features visual interface and convenient
13tactile behaviour: press modifier (Alt) - multiple switch with
14a key (Tab) - release modifier.
15Also, it's lightweight and depends only on basic X11 libs, conforming
16to the usage of lightweight WM.
17
18Usage
19-----
20
21Usually it should run fully functional without any argument.
22Start alttab after WM, to let it auto-recognize the WM. For examples, add
23the following to ~/.ratpoisonrc:
24
25  exec alttab
26
27For details about window manager configuration, see doc/wm-setup.md.
28If there are no WM at all, then start alttab in ~/.xsession or elsewhere.
29
30Source
31------
32
33Copyright 2017-2021 Alexander Kulak <sa-dev AT odd POINT systems>.
34License: GPLv3 (see COPYING).
35Repository: https://github.com/sagb/alttab
36Chat: #alttab on Freenode
37
38
39
40 -- Alexander Kulak <sa-dev AT odd.systems>  Sun, 14 Mar 2021 17:49:00 +0300
41