From 979f0bd7a1f71407b0507e711ca56837af0b78c7 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Tue, 20 Jan 2026 09:19:10 +0100 Subject: [PATCH] Changes for work machine --- wm/hyprland.nix | 4 ++-- wm/hyprpaper.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/wm/hyprland.nix b/wm/hyprland.nix index 3d25be7..b99ab3a 100644 --- a/wm/hyprland.nix +++ b/wm/hyprland.nix @@ -31,8 +31,8 @@ }; decoration = { - inactive_opacity = 0.8; - active_opacity = 0.9; + inactive_opacity = 0.9; + active_opacity = 1.0; rounding = 5; rounding_power = 2.5; blur = { diff --git a/wm/hyprpaper.nix b/wm/hyprpaper.nix index f289901..167919b 100644 --- a/wm/hyprpaper.nix +++ b/wm/hyprpaper.nix @@ -15,6 +15,7 @@ in ]; wallpaper = [ "DP-2,${wallpaper2}" + "HDMI-A-1,${wallpaper2}" ",${wallpaper}" ]; };