key-binding: add binds for changing alpha

This commit is contained in:
Baltazár Radics 2022-08-16 12:49:44 +02:00
parent d7b48d3924
commit 1ed7206222
9 changed files with 54 additions and 2 deletions

View file

@ -15,8 +15,6 @@
#include "util.h"
#include "xmalloc.h"
#define clamp(x, lower, upper) (min(upper, max(x, lower)))
enum thickness {
LIGHT,
HEAVY,