diff options
author | Erik Reider <[email protected]> | 2022-12-07 06:10:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-12-07 00:10:11 -0500 |
commit | 988fb247107c469bb98ce3088ad189fa12db7cdd (patch) | |
tree | 67eafa3aef85ccb450adb3a46ed313c4ae32db6d /sway/commands.c | |
parent | e82e4de37f5c6fe184da62f228329a37517ccd55 (diff) |
[Feature] Dim inactive windows (#66)
Diffstat (limited to 'sway/commands.c')
-rw-r--r-- | sway/commands.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c index 986da495..91e559a1 100644 --- a/sway/commands.c +++ b/sway/commands.c @@ -58,6 +58,9 @@ static const struct cmd_handler handlers[] = { { "corner_radius", cmd_corner_radius }, { "default_border", cmd_default_border }, { "default_floating_border", cmd_default_floating_border }, + { "dim_inactive", cmd_dim_inactive }, + { "dim_inactive_colors.unfocused", cmd_dim_inactive_colors_unfocused }, + { "dim_inactive_colors.urgent", cmd_dim_inactive_colors_urgent }, { "exec", cmd_exec }, { "exec_always", cmd_exec_always }, { "floating_maximum_size", cmd_floating_maximum_size }, |