From 41748ba68612bd6ca720e5d586ae5ce04b1acc1a Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 24 Apr 2024 10:00:58 -0500 Subject: [PATCH] set inactive opacity to same and mpv to 9 --- home/modules/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 7161106..d5863a4 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -142,7 +142,7 @@ in rounding = 18; # multisample_edges=true active_opacity = 0.97; - inactive_opacity = 0.75; + inactive_opacity = 0.97; fullscreen_opacity = 1.0; blur = { @@ -206,7 +206,7 @@ in "size 60% 60%,dolphin" "float,mpv" "size ${if laptop then "90% 76%" else "85% 85%"},mpv" - "${if laptop then "workspace 1,idk #dummy rule" else "workspace 1,mpv"}" + "${if laptop then "workspace 1,idk #dummy rule" else "workspace 9,mpv"}" "center,mpv" "opaque,mpv" "float,pulsemixer"