fix license, add cfact value to xresources.h

This commit is contained in:
speediegq 2022-10-11 14:02:34 +02:00
parent d6869e6303
commit d6361620ea
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ MIT/X Consortium License
© 2015-2016 Eric Pruitt <eric.pruitt@gmail.com>
© 2016-2017 Markus Teich <markus.teich@stusta.mhn.de>
© 2020-2022 Chris Down <chris@chrisdown.name>
© 2010-2022 speedie <speedie@duck.com>
© 2021-2022 speedie <speedie@duck.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

View file

@ -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 },