diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-05 21:27:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-05 21:27:32 +0200 |
commit | 853ea8ad1adc310c9efa0d177a41a1216fd75d9f (patch) | |
tree | f5cc65f70bd548e04c179743d39c804e31a9e90a | |
parent | de6449098e34fdda8d20837e902627ee4311f7f5 (diff) | |
parent | b39600de2897781a65b9eda45dddeb94511ca0a3 (diff) |
Merge branch 'master' of pipeframe.xyz:lonkaars/dots
-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; |