disable hyprland effects

This commit is contained in:
Kopatz
2025-03-01 14:13:33 +01:00
parent 83f7d084c6
commit f4fb125b06
2 changed files with 6 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
#inactive_tab_foreground = "#${config.colorScheme.colors.base05}";
#inactive_tab_background = "#${config.colorScheme.colors.base00}";
env = "TERM=xterm-256color";
background_opacity = lib.mkForce "0.6";
background_opacity = lib.mkForce "0.85";
font_size = 13;
# ...
};