diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2014-08-11 07:24:29 +0200 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2014-08-11 07:24:29 +0200 |
commit | 3d1090ba896319368c4771b88d325fcee368a608 (patch) | |
tree | 7fc1223b206fd8b57eac0059425ed35bb69af65b /LICENSE | |
parent | 18248ebf4b9465b837e717dcd14a5202a98248e0 (diff) | |
download | dwm-3d1090ba896319368c4771b88d325fcee368a608.tar.gz |
applied Hiltjo's resize/move limitation
"Limit the amount of updates when resizing or moving a window in floating mode to 60 times per second. This makes resizing and moving alot smoother and by limiting it it also uses alot less resources on my machine.
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE index dc2326a..4fbb67e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT/X Consortium License © 2006-2014 Anselm R Garbe <anselm@garbe.us> +© 2010-2014 Hiltjo Posthuma <hiltjo@codemadness.org> © 2007-2011 Peter Hartlich <sgkkr at hartlich dot com> © 2010-2011 Connor Lane Smith <cls@lubutu.com> © 2006-2009 Jukka Salmi <jukka at salmi dot ch> |