From de1fec4c762030448622d30b924c7a30ba67d466 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 5 Jun 2023 10:11:25 -0400 Subject: [PATCH] hyprland: Don't use hyprland opacity with kitty This avoids duplicating the opacity of kitty and hyprland if, for example, we wanted global translucency. --- desktop/hyprland/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/hyprland/default.nix b/desktop/hyprland/default.nix index 65678d5..c5c6670 100644 --- a/desktop/hyprland/default.nix +++ b/desktop/hyprland/default.nix @@ -182,6 +182,7 @@ layerrule = blur,rofi windowrulev2 = nomaxsize,class:^(winecfg\.exe)$ + windowrulev2 = opaque,class:^(kitty)$ # Scroll through existing workspaces with super + scroll bind = SUPER, mouse_down, workspace, e+1