update README

This commit is contained in:
yosh 2023-01-05 12:46:01 -06:00
parent cee2b7fc79
commit f33922312b
1 changed files with 13 additions and 0 deletions

13
README
View File

@ -1,3 +1,16 @@
The patches applied in the patched branch include:
* romannumerals.diff - renames "one", "two", etc. to roman numerals
- this can easily be changed in conf.c before compiling
* forcetile.diff - when you have the master window focused in a tile layout
and attempt to tile in the other direction, nothing will happen. this patch
forces the tiling to happen
* fairlayout.diff - adds two new keybinds, window-vfair and window-hfair, which
mimic the layout of awesomewm's fair layouts, because I like those layouts
* warp-on-close.diff - when closing a window with window-close, the pointer
automatically focuses the next available window in the group
you can clone the linux branch of this repository and apply patches individually
if you don't want all the patches the patched branch offers
This is a port of OpenBSD's excellent cwm[0] to Linux and other Unices.
cwm is a window manager for X11 which contains many features that