aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 03:37:16 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 03:37:16 +0200
commit4346b2604c2298251445c1470b837d2c9a6e0e95 (patch)
tree071ff2bcb51e4802d8d411d84a6fc7b8f214598a /src/README
parent34b02ddf0d2024d3f802ded8e7dd3f475c600656 (diff)
parent69ccb7ab008e18177902eed8324f8465b0f2f6d0 (diff)
Merge branch 'toplevel'
Conflicts: src/README
Diffstat (limited to 'src/README')
-rw-r--r--src/README104
1 files changed, 0 insertions, 104 deletions
diff --git a/src/README b/src/README
deleted file mode 100644
index b835d87..0000000
--- a/src/README
+++ /dev/null
@@ -1,104 +0,0 @@
-##dminiwm
-### it's minimal and dynamic
-
-I started this from catwm 31/12/10 ( https://bbs.archlinux.org/viewtopic.php?id=100215&p=1 )
- See dminiwm.c or config.h for thanks and licensing.
-Screenshots and ramblings/updates at https://bbs.archlinux.org/viewtopic.php?id=126463
-
-
-###Summary
--------
-
-
-**dminiwm** is a very minimal and lightweight dynamic tiling window manager.
- I will try to stay under 1000 SLOC.
- Currently under 950 lines with the config file included.
-
-
-###Modes
------
-
-It allows the "normal" method of tiling window managers(with the new window as the master)
- and with the new window opened at the bottom of the stack(like dwm's attach_aside)
-
- *There's vertical tiling mode:*
-
- --------------
- | | W |
- | |___|
- | Master | |
- | |___|
- | | |
- --------------
-
- *Horizontal tiling mode:*
-
- -------------
- | |
- | Master |
- |-----------|
- | W | | |
- -------------
-
- *Grid tiling mode:*
-
- -------------
- | | W |
- | | |
- |------|----|
- | | |
- -------------
-
- *Fullscreen mode*(which you'll know when you see it)
-
- All accessible with keyboard shortcuts 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.
-
-
-###Recent Changes
---------------
-
-26/11/11
- Added a click to focus option
-
-###Status
-------
-
-There are more options in the config file than the original catwm.
-
- * Fixed the window manager crashing on a bad window error.
- * Fixed the keyboard shortcuts not working if numlock was on.
- * Added some functions.
- * Added an option to focus the window the mouse just moved to.
- * Fixed a window being destroyed on another desktop creating ghost windows.
- * Added ability to resize the window on the top of the stack
- * Added having applications open on specified desktop
- * Added a click to focus option
-
-
-###Installation
-------------
-
-Need Xlib, then:
-
- edit the config.h.def file to suit your needs
- and save it as config.h.
-
- $ make
- # make install
- $ make clean
-
-
-###Bugs
-----
-
-[ * No bugs for the moment ;) (I mean, no importants bugs ;)]
-
-
-###Todo
-----
-
- * when swithching desktops stop the mouse being in an unfocused window changing focus.
-