summaryrefslogtreecommitdiff
path: root/config.in
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 /config.in
parente82e4de37f5c6fe184da62f228329a37517ccd55 (diff)
[Feature] Dim inactive windows (#66)
Diffstat (limited to 'config.in')
-rw-r--r--config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.in b/config.in
index 124fca43..f1a23036 100644
--- a/config.in
+++ b/config.in
@@ -24,6 +24,11 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec --
# window corner radius in px
corner_radius 10
+# inactive window fade amount. 0.0 = no dimming, 1.0 = fully dimmed
+dim_inactive 0.0
+dim_inactive_colors.unfocused #000000FF
+dim_inactive_colors.urgent #900000FF
+
### Output configuration
#
# Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/)