enable vsync
parent
915472d7aa
commit
0398231342
|
@ -5,11 +5,12 @@
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
inactiveOpacity = "0.90";
|
|
||||||
opacityRule = [ "100:fullscreen" "100:class_g = 'Polybar'" ];
|
|
||||||
blur = true;
|
blur = true;
|
||||||
blurExclude = [ "class_g = 'Polybar'" ];
|
blurExclude = [ "class_g = 'Polybar'" ];
|
||||||
experimentalBackends = true;
|
experimentalBackends = true;
|
||||||
|
inactiveOpacity = "0.90";
|
||||||
|
opacityRule = [ "100:fullscreen" "100:class_g = 'Polybar'" ];
|
||||||
|
vSync = true;
|
||||||
extraOptions = ''
|
extraOptions = ''
|
||||||
corner-radius = 10;
|
corner-radius = 10;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
|
|
Loading…
Reference in New Issue