mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 01:37:56 +02:00
compton: Add fade settings
This makes the fade a little faster so that it's easier to switch between bspwm desktops.
This commit is contained in:
@ -19,6 +19,11 @@ shadow-opacity = 0.5
|
|||||||
shadow-offset-x = -10
|
shadow-offset-x = -10
|
||||||
shadow-offset-y = -10
|
shadow-offset-y = -10
|
||||||
|
|
||||||
|
# Fade settings
|
||||||
|
fade-in-step = 0.04
|
||||||
|
fade-out-step = 0.04
|
||||||
|
fade-delta = 10
|
||||||
|
|
||||||
# Add transparency to bspwm borders
|
# Add transparency to bspwm borders
|
||||||
#frame-opacity = 0.5
|
#frame-opacity = 0.5
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user