aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-01-04 20:13:50 -0800
committerclarkzjw <[email protected]>2023-01-04 20:13:50 -0800
commit81251c723343c993709b9cc7baebdb7aaa7cdc32 (patch)
treef902d65bcfa396800412f0f60c2fca507d573897 /dot_config/picom.conf
parent697c2c26dcbe58cd40ed776b282429e407465a77 (diff)
downloaddotfiles-81251c723343c993709b9cc7baebdb7aaa7cdc32.tar.gz
20230104: update i3 config
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 bdfe7f2..2ec14a9 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.
13backend = "xrender"; 13#backend = "xrender";
14#backend = "glx"; 14backend = "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)