aboutsummaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 03:31:44 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-26 03:31:44 +0200
commit34b02ddf0d2024d3f802ded8e7dd3f475c600656 (patch)
treee8af99b2f17ef3ee9eec7198654866700cd01744 /src/README
parentb5aa24f3fd96b06e08832b2bdb9759d7cb2308b0 (diff)
parentc6e3b1e20bf92cbaab05a3075a3f7a78b14ad113 (diff)
Merge branch 'mirror'
Conflicts: src/config.h.def src/dminiwm.c
Diffstat (limited to 'src/README')
-rw-r--r--src/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/README b/src/README
index b86a106..b835d87 100644
--- a/src/README
+++ b/src/README
@@ -12,7 +12,7 @@ Screenshots and ramblings/updates at https://bbs.archlinux.org/viewtopic.php?id=
**dminiwm** is a very minimal and lightweight dynamic tiling window manager.
I will try to stay under 1000 SLOC.
- Currently under 900 lines with the config file included.
+ Currently under 950 lines with the config file included.
###Modes
@@ -60,9 +60,8 @@ It allows the "normal" method of tiling window managers(with the new window as t
###Recent Changes
--------------
-15/10/11
- Added having applications open on specified desktop
-
+26/11/11
+ Added a click to focus option
###Status
------
@@ -76,6 +75,7 @@ There are more options in the config file than the original catwm.
* 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
@@ -83,7 +83,8 @@ There are more options in the config file than the original catwm.
Need Xlib, then:
- edit the config.h file to suit your needs
+ edit the config.h.def file to suit your needs
+ and save it as config.h.
$ make
# make install
@@ -99,5 +100,5 @@ Need Xlib, then:
###Todo
----
- * I'll think of something
+ * when swithching desktops stop the mouse being in an unfocused window changing focus.