diff options
author | arg@mig29 <unknown> | 2006-10-31 12:06:38 +0100 |
---|---|---|
committer | arg@mig29 <unknown> | 2006-10-31 12:06:38 +0100 |
commit | 2cce4b95cdce5617318fc4fb5d21abe41110c27a (patch) | |
tree | cd284e2eba0c287ea2a0d32fc3939f3c9607091a /config.mk | |
parent | 8e6eb52196c581351925811c15afa0d4deb5130a (diff) | |
download | dwm-2cce4b95cdce5617318fc4fb5d21abe41110c27a.tar.gz |
applied Gottox patch to simplify the resizing of col, instead of resizing the current area, it only resizes the master area in the future (seems more predictable)
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 17e15cb..2e8594a 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # dwm version -VERSION = 2.0 +VERSION = 2.1 # Customize below to fit your system |