sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit cc67a532ee8a76261f14b008ee11dbd8f0b691e8
parent cb2297459cf6cd3e1e8ec8b19de2e7b5215754e2
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Sat, 12 Oct 2019 00:45:51 +0300

docs: update

Diffstat:
MREADME.md | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -14,3 +14,40 @@ An itsy bitsy floating window manager with roots in `catwm`. - Alt-Tab window focusing. - Focus with cursor. - etc etc etc + + +## Default Keybindings + +**Window Management** + +| combo | action | +| ----------------------- | -----------------------| +| `Mouse` | Focus under cursor | +| `MOD4` + `Left Mouse` | move window | +| `MOD4` + `Right Mouse` | resize window | +| `MOD4` + `f` | maximize toggle | +| `MOD4` + `c` | center window | +| `MOD4` + `q` | kill window | +| `MOD4` + `1-9` | desktop swap | +| `MOD4` + `Shift` +`1-9` | send window to desktop | +| `MOD1` + `TAB` | focus cycle | + +**Programs** + +| combo | action | program | +| ----------------------- | ---------------- | -------------- | +| `MOD4` + `Return` | terminal | `st` | +| `MOD4` + `d` | dmenu | `dmenu_run` | +| `MOD4` + `p` | scrot | `scr` | +| `MOD4` + `w` | wallpaper cycler | `bud` | +| `XF86_AudioLowerVolume` | volume down | `amixer` | +| `XF86_AudioRaiseVolume` | volume up | `amixer` | +| `XF86XK_AudioMute` | volume toggle | `amixer` | + + +## Installation + +1) Modify `config.h` to suit your needs. +2) Run `make` to build `sowm`. +3) Copy it to your path or run `make install`. + - `DESTDIR` and `PREFIX` are supported.