-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
man_MANS = alttab.1 | ||
dist_doc_DATA = xmonad.md ../README.md | ||
dist_doc_DATA = xmonad.md README |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
alttab is X11 window switcher designed for minimalistic window managers | ||
or standalone X11 session. | ||
|
||
alttab [-w N] [-mm N] [-bm N] [-mk N] [-kk N] [-t NxM] [-i NxM] | ||
[-s N] [-theme name] [-bg color] [-fg color] [-frame color] | ||
[-font name] [-v|-vv] | ||
|
||
(see man page for details) | ||
|
||
Unlike task switchers integrated in most simple window managers (WM) or | ||
dmenu-like switchers, alttab features visual interface and convenient | ||
tactile behaviour: press modifier (Alt) - multiple switch with | ||
a key (Tab) - release modifier. | ||
Also, it's lightweight and depends only on basic X11 libs, conforming | ||
to the usage of lightweight WM. | ||
|
||
Usage | ||
----- | ||
|
||
Usually it should run fully functional without any argument. | ||
Start alttab after WM, to let it auto-recognize the WM. For examples, add | ||
the following to ~/.ratpoisonrc: | ||
|
||
exec alttab | ||
|
||
If there are no WM at all, then start alttab in ~/.xsession or elsewhere. | ||
|
||
Source | ||
------ | ||
|
||
Copyright 2017 Alexander Kulak <sa-dev AT rainbow POINT by>. | ||
License: GPLv3 (see COPYING). | ||
Repository: https://github.com/sagb/alttab | ||
Chat: #alttab on Freenode | ||
|
||
|
||
-- Alexander Kulak <sa-dev@rainbow.by> Fri, 28 Apr 2017 13:19:28 +0300 |