mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
Add option to change terminal alpha through key-bindings
This commit is contained in:
parent
377997be9d
commit
4e2347da12
7 changed files with 177 additions and 123 deletions
3
config.c
3
config.c
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue