diff --git a/LICENSE b/LICENSE index fae66f0..df806a8 100644 --- a/LICENSE +++ b/LICENSE @@ -17,7 +17,7 @@ MIT/X Consortium License © 2015-2016 Eric Pruitt © 2016-2017 Markus Teich © 2020-2022 Chris Down -© 2010-2022 speedie +© 2021-2022 speedie Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/xresources.h b/xresources.h index d6f79f6..6e88161 100644 --- a/xresources.h +++ b/xresources.h @@ -156,6 +156,7 @@ ResourcePref resources[] = { { "smartgaps", INTEGER, &smartgaps }, { "smartgapsize", INTEGER, &smartgapsize }, { "mousemfact", INTEGER, &mousemfact }, + { "mousecfact", INTEGER, &mousecfact }, { "focusspawn", INTEGER, &focusspawn }, { "floatscratchpad", INTEGER, &floatscratchpad }, { "altbar", INTEGER, &altbar },