set inactive opacity to same and mpv to 9

This commit is contained in:
Chris Cochrun 2024-04-24 10:00:58 -05:00
parent 9cf4756ab0
commit 41748ba686

View file

@ -142,7 +142,7 @@ in
rounding = 18; rounding = 18;
# multisample_edges=true # multisample_edges=true
active_opacity = 0.97; active_opacity = 0.97;
inactive_opacity = 0.75; inactive_opacity = 0.97;
fullscreen_opacity = 1.0; fullscreen_opacity = 1.0;
blur = { blur = {
@ -206,7 +206,7 @@ in
"size 60% 60%,dolphin" "size 60% 60%,dolphin"
"float,mpv" "float,mpv"
"size ${if laptop then "90% 76%" else "85% 85%"},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" "center,mpv"
"opaque,mpv" "opaque,mpv"
"float,pulsemixer" "float,pulsemixer"