From df8708fb5db08682c86b95842d983fc2fa3ed47b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jun 2025 16:42:44 +0200 Subject: [PATCH] Give inactive alacritty windows more opacity --- default/hypr/windows.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/default/hypr/windows.conf b/default/hypr/windows.conf index 5d8d3b5..93773a3 100644 --- a/default/hypr/windows.conf +++ b/default/hypr/windows.conf @@ -1,7 +1,11 @@ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrule = suppressevent maximize, class:.* + +# Force chromium into a tile to deal with --app bug windowrule = tile, class:^(Chromium)$ +# More opacity for inactive Alacritty windows +windowrule = opacity 0.98 0.85, class:^(Alacritty)$ + # Fix some dragging issues with XWayland windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0 -