diff options
author | Anselm R Garbe <anselm@garbe.us> | 2009-09-27 10:31:14 +0100 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2009-09-27 10:31:14 +0100 |
commit | 9e8dd3479da9f484c9aa37adcd327989149e89ef (patch) | |
tree | 35c168a1781bfb0e8068a392f4ba15e06c649160 /config.mk | |
parent | 0b72be924d3f0daa63e45a09951d6cb6cc9b335e (diff) |
fixed the layout symbol bug reported by Nibble (but using a different approach as he suggested)
- optimised drawbar() and arrange() handling for multiple monitors, arrange only arranges the relevant monitors when applicable, same with drawbar
- need to release 5.7.1
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 = 5.7 +VERSION = 5.7.1 # Customize below to fit your system |