From 77e16590ebe6ca5458d210077e059ca9eae70b51 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 7 Jun 2023 07:52:20 -0400 Subject: [PATCH] hyprland: Don't blur kitty window by default --- modules/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 3c3e161..db8c754 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -182,6 +182,7 @@ windowrulev2 = nomaxsize,class:^(winecfg\.exe)$ windowrulev2 = opaque,class:^(kitty)$ + windowrulev2 = noblur,class:^(kitty)$ # Scroll through existing workspaces with super + scroll bind = SUPER, mouse_down, workspace, e+1