Add option to change terminal alpha through key-bindings

This commit is contained in:
Utkarsh Verma 2022-06-02 08:12:31 +05:30
parent 377997be9d
commit 4e2347da12
No known key found for this signature in database
GPG key ID: 817656CF818EFCCC
7 changed files with 177 additions and 123 deletions

View file

@ -104,6 +104,9 @@ static const char *const binding_action_map[] = {
[BIND_ACTION_FONT_SIZE_UP] = "font-increase",
[BIND_ACTION_FONT_SIZE_DOWN] = "font-decrease",
[BIND_ACTION_FONT_SIZE_RESET] = "font-reset",
[BIND_ACTION_ALPHA_UP] = "alpha-increase",
[BIND_ACTION_ALPHA_DOWN] = "alpha-decrease",
[BIND_ACTION_ALPHA_RESET] = "alpha-reset",
[BIND_ACTION_SPAWN_TERMINAL] = "spawn-terminal",
[BIND_ACTION_MINIMIZE] = "minimize",
[BIND_ACTION_MAXIMIZE] = "maximize",