Window opacity in hyprland/general.conf

Added active_opacity, inactive_opacity and fullscreen_opacity with defaults as 1
This commit is contained in:
Chiron
2025-01-27 19:25:06 +00:00
committed by GitHub
parent da2288f544
commit 33576b57d9
+5
View File
@@ -91,6 +91,11 @@ decoration {
color = rgba(0000002A) color = rgba(0000002A)
} }
# Window Opacities
active_opacity = 1
inactive_opacity = 1
fullscreen_opacity = 1
# Shader # Shader
# screen_shader = ~/.config/hypr/shaders/nothing.frag # screen_shader = ~/.config/hypr/shaders/nothing.frag
# screen_shader = ~/.config/hypr/shaders/vibrance.frag # screen_shader = ~/.config/hypr/shaders/vibrance.frag