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

..03-May-2022-

.github/workflows/H14-Mar-2021-2621

doc/H03-May-2022-1,4401,150

src/H14-Mar-2021-6,1444,527

test/H14-Mar-2021-942803

.gitignoreH A D14-Mar-2021177 2519

COPYINGH A D14-Mar-202134.3 KiB675553

ChangeLogH A D14-Mar-20212.7 KiB10773

INSTALL.mdH A D14-Mar-20211.7 KiB7853

Makefile.amH A D14-Mar-202123 21

Makefile.inH A D14-Mar-202124.6 KiB794697

README.mdH A D14-Mar-20211.7 KiB4932

aclocal.m4H A D14-Mar-202150.9 KiB1,4091,274

bootstrap.shH A D14-Mar-2021589 3218

compileH A D14-Mar-20217.2 KiB349259

config.h.inH A D14-Mar-20211.5 KiB5939

configureH A D14-Mar-2021185.3 KiB6,3015,235

configure.acH A D14-Mar-20211.1 KiB3633

depcompH A D14-Mar-202123 KiB792502

install-shH A D14-Mar-202115 KiB519337

missingH A D14-Mar-20216.7 KiB216143

tap-driver.shH A D14-Mar-202119 KiB652529

README.md

1<!-- This file is solely for github front page.
2     For distribution, use doc/README instead. -->
3![Default options, raw X11](doc/screenshots/alttab-default-rawx.png?raw=true)
4
5![Low DPI](doc/screenshots/alttab-high.png?raw=true)
6
7![Translucent](doc/screenshots/alttab-jtaala.png?raw=true)
8
9How these screenshots were [obtained](doc/screenshots/screenshots.md)
10
11![CI status](https://github.com/sagb/alttab/actions/workflows/c-cpp.yml/badge.svg)
12
13**alttab** is X11 window switcher designed for minimalistic window managers
14or standalone X11 session.
15```
16  alttab  [-w N] [-d N] [-sc N] [-mk <str>] [-kk <str>] [-bk <str>]
17  [-pk <str>] [-nk <str>] [-ck <str>] [-mm <N>] [-bm <N>]
18  [-t NxM] [-i NxM] [-vp str] [-p str] [-s N] [-theme name] [-bg color]
19  [-fg color] [-frame color] [-font name] [-v|-vv]
20```
21(see man page for details)
22<!-- ronn page has elements invalid for github markdown, don't link to it -->
23
24Unlike task switchers integrated in most simple window managers (WM) or
25dmenu-like switchers, alttab features visual interface and convenient
26tactile behaviour: press modifier (Alt) - multiple switch with
27a key (Tab) - release modifier.
28Also, it's lightweight and depends only on basic X11 libs, conforming
29to the usage of lightweight WM.
30
31# Installation
32```
33git clone https://github.com/sagb/alttab.git
34cd alttab
35./configure && sudo make install
36```
37See [INSTALL.md](INSTALL.md) for details and [doc/wm-setup.md](doc/wm-setup.md)
38for window manager settings.
39
40Usually it should run fully functional without any argument: `alttab`.
41
42# See also
43
44[no-wm](https://github.com/patrickhaller/no-wm): use X11 without a window manager
454647alttab (C) Alexander Kulak &lt;sa-dev AT odd POINT systems&gt; 2016-2021
48
49