diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-04 21:57:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-04 21:57:06 +0200 |
commit | b39600de2897781a65b9eda45dddeb94511ca0a3 (patch) | |
tree | cd78829da648d7d6714e164473bb7818ea8dcb54 /.config/picom.conf##template | |
parent | 4927db50f51d483b611f0ed42f97e9ac3f6e5de3 (diff) |
test picom gpu on laptop
Diffstat (limited to '.config/picom.conf##template')
-rw-r--r-- | .config/picom.conf##template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom.conf##template b/.config/picom.conf##template index a6c27c6..dee049a 100644 --- a/.config/picom.conf##template +++ b/.config/picom.conf##template @@ -8,11 +8,11 @@ shadow-radius = 48; shadow-opacity = 0.3; shadow-offset-y = -48; shadow-offset-x = -48; +{% endif %} # do not touch, shit finally works w/ gpu backend = "xrender"; vsync = true; -{% endif %} corner-radius = 8; shadow = true; |