Fix compton
This commit is contained in:
parent
7c2d40c5f8
commit
2ab0a902b5
@ -23,7 +23,7 @@ inactive-opacity = 0.94; # Default opacity of inactive windows. (0.0 - 1.0)
|
|||||||
# frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0)
|
# frame-opacity = 0.8; # Opacity of window titlebars and borders. (0.1 - 1.0)
|
||||||
# inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides
|
# inactive-opacity-override = true; # Let inactive opacity set by 'inactive-opacity' overrides
|
||||||
# value of _NET_WM_OPACITY. Bad choice.
|
# value of _NET_WM_OPACITY. Bad choice.
|
||||||
alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing
|
#alpha-step = 0.06; # XRender backend: Step size for alpha pictures. Increasing
|
||||||
# it may result in less X resource usage,
|
# it may result in less X resource usage,
|
||||||
# Yet fading may look bad.
|
# Yet fading may look bad.
|
||||||
# inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0)
|
# inactive-dim = 0.2; # Dim inactive windows. (0.0 - 1.0)
|
||||||
@ -61,7 +61,7 @@ refresh-rate = 0; # For --sw-opti: Specify refresh rate of the screen. 0 for au
|
|||||||
vsync = "opengl"; # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc"
|
vsync = "opengl"; # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc"
|
||||||
# See man page for more details.
|
# See man page for more details.
|
||||||
dbe = false; # Enable DBE painting mode. Rarely needed.
|
dbe = false; # Enable DBE painting mode. Rarely needed.
|
||||||
paint-on-overlay = true; # Painting on X Composite overlay window. Recommended.
|
#paint-on-overlay = true; # Painting on X Composite overlay window. Recommended.
|
||||||
sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_rate.
|
sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_rate.
|
||||||
# Incompatible with certain VSync methods.
|
# Incompatible with certain VSync methods.
|
||||||
unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
|
unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
|
||||||
|
Loading…
Reference in New Issue
Block a user