Last commit for binds.conf too

This commit is contained in:
Jacob 2023-07-22 18:32:57 +02:00
parent c9292de59d
commit 79967d9ad4
2 changed files with 2 additions and 1 deletions

View file

@ -270,7 +270,7 @@ spmenu = {
{ click = "None"; button = "Scroll Down"; function = "movenext"; argument = "0"; }, // Scroll Down: Move to the next page
{
scrolldistance = 512; // Distance to scroll for a scroll action to count (num)
scrolldistance = 512; // Distance to scroll for a scroll action to count. Wayland only (num)
ignoreglobalmouse = 1; // Ignore hardcoded mouse binds (0/1)
} );

View file

@ -203,6 +203,7 @@ int bind_init(void) {
}
config_setting_lookup_int(conf, "ignoreglobalmouse", &sp.ignoreglobalmouse);
config_setting_lookup_int(conf, "scrolldistance", &scrolldistance);
}
}