compton fix
This commit is contained in:
parent
586f2b067e
commit
7bb27f484a
|
|
@ -23,8 +23,8 @@
|
||||||
/* *.color14: #8ec07c */
|
/* *.color14: #8ec07c */
|
||||||
/* *.color15: #ebdbb2 */
|
/* *.color15: #ebdbb2 */
|
||||||
|
|
||||||
!! Transparency (0-255):
|
!! Transparency (0-1):
|
||||||
st.opacity: 255
|
st.alpha: 0.9
|
||||||
!! Set a default font and font size as below:
|
!! Set a default font and font size as below:
|
||||||
st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
|
st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
|
||||||
st.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true;
|
st.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ glx-no-stencil = true;
|
||||||
# but a 20% increase when only 1/4 is.
|
# but a 20% increase when only 1/4 is.
|
||||||
# My tests on nouveau show terrible slowdown.
|
# My tests on nouveau show terrible slowdown.
|
||||||
# Useful with --glx-swap-method, as well.
|
# Useful with --glx-swap-method, as well.
|
||||||
glx-copy-from-front = false;
|
#glx-copy-from-front = false;
|
||||||
|
|
||||||
# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
|
# GLX backend: Use MESA_copy_sub_buffer to do partial screen update.
|
||||||
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
|
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue