fix wallpaper stuff

This commit is contained in:
Rachel Lambda Samuelsson 2024-12-06 14:44:07 +01:00
parent 83e79b1a41
commit d9172cae2b
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
{ config, ... }: { ... }:
{ {
services.picom = { services.picom = {
enable = true; enable = true;
backend = "glx"; backend = "xrender";
settings.refresh-rate = config.rate; vSync = true;
vSync = false;
}; };
} }

View File

@ -18,7 +18,7 @@
'' ''
+ +
(if config.i3-plasma then '' (if config.i3-plasma then ''
xwallpaper --focus ${extra.wall} xwallpaper --zoom ${extra.wall}
export KDEWM=i3 export KDEWM=i3
'' else "") '' else "")
+ +