diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 18 insertions, 3 deletions
@@ -5,8 +5,8 @@ monsterwm ---------------------- **monsterwm** is a minimal, lightweight, tiny but monsterous dynamic tiling window manager. -It will try to stay as small as possible. Currently under 700 lines with the config file included. -It provides a set of different layout modes (see below), but has no floating mode support yet. +It will try to stay as small as possible. Currently under 750 lines with the config file included. +It provides a set of different layout modes (see below), and has partial floating mode support. Each virtual desktop has its own properties, unaffected by other desktops' settings. For screenshots and ramblings/updates check the [topic on ArchLinux forums][monsterwm]. @@ -67,7 +67,22 @@ opening the window at the bottom of the stack (attach\_aside) --- -All accessible with keyboard shortcuts defined in the config.h file. + *partial floating mode* + + ------------- + | | | + |--' .---. | + | | | | + | | | | + ------`---'-- + + _Partial_ floating mode means that one can freely move and resize windows, but + the windows will revert to their tiling mode position once a window is added or + removed, and that window is not transient. + +--- + +All accessible with keyboard and mouse shortcuts are defined in the config.h file. * The window W at the top of the stack can be resized on a per desktop basis. * Changing a tiling mode or window size on one desktop doesn't affect the other desktops. |
