add raise on hover

This commit is contained in:
2024-12-22 17:28:57 -05:00
parent ca083f97bd
commit 22cd0f5f43
4 changed files with 52 additions and 1 deletions

2
conf.c
View File

@@ -289,6 +289,8 @@ conf_init(struct conf *c)
c->bwidth = 1;
c->mamount = 1;
c->scalefactor = 10;
c->raiseonhover = 1;
c->raisedelay = 250;
c->htile = 50;
c->vtile = 50;
c->snapdist = 0;