compton fix

This commit is contained in:
Harri Lahtinen 2019-07-14 23:20:28 +03:00
parent 586f2b067e
commit 7bb27f484a
2 changed files with 3 additions and 3 deletions

View File

@ -23,8 +23,8 @@
/* *.color14: #8ec07c */
/* *.color15: #ebdbb2 */
!! Transparency (0-255):
st.opacity: 255
!! Transparency (0-1):
st.alpha: 0.9
!! Set a default font and font size as below:
st.font: TamzenForPowerline:pixelsize=14:antialias=true:autohint=true;
st.boldFont: TamzenForPowerline:pixelsize=14:bold:antialias=true:autohint=true;

View File

@ -21,7 +21,7 @@ glx-no-stencil = true;
# but a 20% increase when only 1/4 is.
# My tests on nouveau show terrible slowdown.
# 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.
# My tests on nouveau shows a 200% performance boost when only 1/4 of the screen is updated.