diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-14 14:01:12 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-14 14:01:12 +0100 |
commit | 3ce8c9f33844a995e79329978db9d2cd3981e032 (patch) | |
tree | 58c918da4f17a1d81440cc97f6e031fd3938a58a /config.mk | |
parent | 0d095ae2ff0e8d703e4a8c9a20cd061c4bdcc6e2 (diff) |
added ban() which takes care than a banned window is not banned again... (this reduces the overall ConfigureNotify's to clients)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # dwm version -VERSION = 3.5 +VERSION = 3.6 # Customize below to fit your system |