aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/picom.conf')
-rw-r--r--dot_config/picom.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/picom.conf b/dot_config/picom.conf
index 2ec14a9..bdfe7f2 100644
--- a/dot_config/picom.conf
+++ b/dot_config/picom.conf
@@ -10,8 +10,8 @@
10# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. 10# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
11# `xrender` is the default one. 11# `xrender` is the default one.
12# GLX backend is typically much faster but depends on a sane driver. 12# GLX backend is typically much faster but depends on a sane driver.
13#backend = "xrender"; 13backend = "xrender";
14backend = "glx"; 14#backend = "glx";
15#backend = "xr_glx_hybrid" 15#backend = "xr_glx_hybrid"
16 16
17################################# 17#################################
Powered by cgit v1.2.3 (git 2.41.0)