inclement / vivarium

A dynamic tiling Wayland compositor using wlroots
GNU General Public License v3.0
367 stars 13 forks source link

Libinput config default options should be abstracted out instead of inline #92

Open inclement opened 2 years ago

inclement commented 2 years ago

As of #91 there are some libinput options that we might want to take a non-zero default value when the toml is loaded, but there isn't any current way to do that. Instead 0 is assumed to be a good value for defaults.

Ideally the defaults should be abstracted out somewhere for easy appraisal.