From 33576b57d97342bd6b71997cdb920091bd4b7132 Mon Sep 17 00:00:00 2001 From: Chiron <135429057+Chiron8@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:25:06 +0000 Subject: [PATCH 1/2] Window opacity in hyprland/general.conf Added active_opacity, inactive_opacity and fullscreen_opacity with defaults as 1 --- .config/hypr/hyprland/general.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index b000d1a21..36a442ffb 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -90,6 +90,11 @@ decoration { render_power = 4 color = rgba(0000002A) } + + # Window Opacities + active_opacity = 1 + inactive_opacity = 1 + fullscreen_opacity = 1 # Shader # screen_shader = ~/.config/hypr/shaders/nothing.frag From 69763725c81b953c006981589f91c084cca1bf44 Mon Sep 17 00:00:00 2001 From: Chiron <135429057+Chiron8@users.noreply.github.com> Date: Tue, 28 Jan 2025 07:18:40 +0000 Subject: [PATCH 2/2] Update general.conf --- .config/hypr/hyprland/general.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 36a442ffb..207732a54 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -92,9 +92,9 @@ decoration { } # Window Opacities - active_opacity = 1 - inactive_opacity = 1 - fullscreen_opacity = 1 + # active_opacity = 1 + # inactive_opacity = 1 + # fullscreen_opacity = 1 # Shader # screen_shader = ~/.config/hypr/shaders/nothing.frag