summaryrefslogtreecommitdiff
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2022-12-07 06:10:11 +0100
committerGitHub <[email protected]>2022-12-07 00:10:11 -0500
commit988fb247107c469bb98ce3088ad189fa12db7cdd (patch)
tree67eafa3aef85ccb450adb3a46ed313c4ae32db6d /sway/sway.5.scd
parente82e4de37f5c6fe184da62f228329a37517ccd55 (diff)
[Feature] Dim inactive windows (#66)
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd10
1 files changed, 10 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 800c3b2a..bf936a27 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -588,6 +588,16 @@ The default colors are:
*corner_radius* <radius>
Set corner radius for new windows.
+*dim_inactive* <value>
+ Adjusts the dimming of inactive windows between 0.0 (no dimming) and 1.0
+ (fully dimmed) while 0.0 is the default value.
+
+*dim_inactive_colors.unfocused* <hex color>
+ The color to dim inactive windows with. Example color: #000000FF
+
+*dim_inactive_colors.urgent* <hex color>
+ The color to dim inactive urgent windows with. Example color: #900000FF
+
*default_border* normal|none|pixel [<n>]
Set default border style for new tiled windows.