fix wallpaper stuff
This commit is contained in:
parent
83e79b1a41
commit
d9172cae2b
|
@ -1,9 +1,8 @@
|
|||
{ config, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
services.picom = {
|
||||
enable = true;
|
||||
backend = "glx";
|
||||
settings.refresh-rate = config.rate;
|
||||
vSync = false;
|
||||
backend = "xrender";
|
||||
vSync = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
''
|
||||
+
|
||||
(if config.i3-plasma then ''
|
||||
xwallpaper --focus ${extra.wall}
|
||||
xwallpaper --zoom ${extra.wall}
|
||||
export KDEWM=i3
|
||||
'' else "")
|
||||
+
|
||||
|
|
Loading…
Reference in New Issue
Block a user