Skip to content

Commit

Permalink
readme suitable for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
sagb committed Oct 23, 2017
1 parent 35cd11b commit 2f35576
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- This file is solely for github front page.
For distribution, use doc/README instead. -->
![Default options, raw X11](doc/screenshots/alttab-default-rawx.png?raw=true)

![Low DPI](doc/screenshots/alttab-high.png?raw=true)
Expand Down Expand Up @@ -40,6 +42,7 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile.am
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
4 changes: 2 additions & 2 deletions doc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ NROFF = nroff
MANS = $(man_MANS)
DATA = $(dist_doc_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
am__DIST_COMMON = $(srcdir)/Makefile.in
am__DIST_COMMON = $(srcdir)/Makefile.in README
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
Expand Down Expand Up @@ -251,7 +251,7 @@ xft_LIBS = @xft_LIBS@
xrender_CFLAGS = @xrender_CFLAGS@
xrender_LIBS = @xrender_LIBS@
man_MANS = alttab.1
dist_doc_DATA = xmonad.md ../README.md
dist_doc_DATA = xmonad.md README
all: all-am

.SUFFIXES:
Expand Down
37 changes: 37 additions & 0 deletions doc/README
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

0 comments on commit 2f35576

Please sign in to comment.