modify picom config
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Support
|
# Support
|
||||||
fonts.packages = [ "JetBrains Mono" ] ++ builtins.filter lib.attrsets.isDerivation (builtins.attrValues pkgs.nerd-fonts);
|
fonts.packages = with pkgs; [ nerdfonts noto-fonts noto-fonts-cjk-sans liberation_ttf fira-code fira-code-symbols ];
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
services.tumbler.enable = true;
|
services.tumbler.enable = true;
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
#vSync = true;
|
#vSync = true;
|
||||||
shadow = true;
|
shadow = true;
|
||||||
fadeDelta = 4 ;
|
fadeDelta = 4 ;
|
||||||
inactiveOpacity = 0.8;
|
inactiveOpacity = 1;
|
||||||
activeOpacity = 1;
|
activeOpacity = 1;
|
||||||
#backend = "glx";
|
#backend = "glx";
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user