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 = {
enable = true;
backend = "glx";
settings.refresh-rate = config.rate;
vSync = false;
backend = "xrender";
vSync = true;
};
}

View File

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