From ab72e2906d3b101d297f6b3750ed4acd37ee8344 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 5 Mar 2026 10:54:52 +0100 Subject: Fix some hyprland and add cuda substituter. --- home-modules/desktop/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-modules/desktop/hyprland.nix') diff --git a/home-modules/desktop/hyprland.nix b/home-modules/desktop/hyprland.nix index 164282e..5593542 100644 --- a/home-modules/desktop/hyprland.nix +++ b/home-modules/desktop/hyprland.nix @@ -243,8 +243,8 @@ with lib; " ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-" ]; - windowrulev2 = [ - "suppressevent maximize, class:.*" # You'll probably like this. + windowrule = [ + "match:class .*, suppress_event maximize" # You'll probably like this. ]; source = [ -- cgit v1.3.1