aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog1
-rwxr-xr-xsrc/config.h2
-rw-r--r--src/dminiwm.c3
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fde816c..d20e4b9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,4 @@
+
23/10/11
Fine tuned the popup window management so notification windows aren't managed either
diff --git a/src/config.h b/src/config.h
index 677631e..2606201 100755
--- a/src/config.h
+++ b/src/config.h
@@ -1,4 +1,4 @@
- /* config.h for dminiwm.c [ 0.1.4 ]
+ /* config.h for dminiwm.c [ 0.1.5 ]
*
* Started from catwm 31/12/10
* Bad window error checking and numlock checking used from
diff --git a/src/dminiwm.c b/src/dminiwm.c
index e23cd2c..1733eba 100644
--- a/src/dminiwm.c
+++ b/src/dminiwm.c
@@ -1,4 +1,4 @@
-/* dminiwm.c [ 0.1.4 ]
+/* dminiwm.c [ 0.1.5 ]
*
* I started this from catwm 31/12/10
* Bad window error checking and numlock checking used from
@@ -783,7 +783,6 @@ void destroynotify(XEvent *e) {
if(i != 0) {
remove_window(ev->window);
- grabkeys();
select_desktop(tmp);
return;
}