fix: remove picom due to stability reasons

This commit is contained in:
2021-03-30 23:49:04 -05:00
parent 226bdf1934
commit 7930c37159
2 changed files with 10 additions and 5 deletions

View File

@@ -210,8 +210,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
backend = "glx";
# backend = "xrender";
# backend = "glx";
backend = "xrender";
# Enable/disable VSync.
# vsync = false
@@ -266,7 +266,7 @@ refresh-rate = 0
# to maximize performance for full-screen windows. Known to cause flickering
# when redirecting/unredirecting windows.
#
# unredir-if-possible = false
unredir-if-possible = false;
# Delay before unredirecting the window, in milliseconds. Defaults to 0.
# unredir-if-possible-delay = 0