From 7c7a00ad60155d9618fe7038e568f2e2bf647628 Mon Sep 17 00:00:00 2001 From: sils Date: Sun, 13 Aug 2023 00:00:21 +0200 Subject: Fix(u/sils/hyprland): Set opacity for inactive windows to 0.7 --- users/sils/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 55401d2..b08f806 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -48,6 +48,7 @@ decoration = { # See https://wiki.hyprland.org/Configuring/Variables/ for more + inactive_opacity = "0.7"; rounding = "10"; blur = "yes"; blur_size = "3"; -- cgit 1.4.1