mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
[Feature] Dim inactive windows (#66)
This commit is contained in:
parent
e82e4de37f
commit
988fb24710
16 changed files with 156 additions and 9 deletions
|
|
@ -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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue