From 9f20a5263814f325035d3569768060e04c7dcb96 Mon Sep 17 00:00:00 2001 From: famfo <44938471+famfo@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:19:02 +0000 Subject: Implement for_window support for dim_inactive (#109) * Implement for_window support for dim_inactive * Update file names, add check if the container is null, add docs * Fix typo * Update meson.build * Update commands.c * Update render.c * Update container.c * Update render.c * Update container.h --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 108a5499..f907be92 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Sway is an incredible window manager, and certainly one of the most well establi - `shadow_blur_radius ` - `shadow_color ex, #0000007F` + Dim unfocused windows: - - `dim_inactive ` + - `default_dim_inactive ` + - `for_window [CRITERIA_HERE] dim_inactive ` - `dim_inactive_colors.unfocused ex, #000000FF` - `dim_inactive_colors.urgent ex, #900000FF` -- cgit v1.2.3