From 723aa4a2e3d79dfe30773432e33fd2d5368e6854 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 26 Jul 2023 12:13:47 -0400 Subject: [PATCH] hyprland: Fix thunar class At some point this got changed from thunar to Thunar. --- home/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/hyprland.nix b/home/hyprland.nix index 0301a45..051e7fd 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -169,7 +169,7 @@ in windowrulev2 = noblur,class:^(kitty)$ windowrulev2 = nodim,title:^(Picture-in-Picture)$ windowrulev2 = tile,class:^(.qemu-system-x86_64-wrapped)$ - windowrulev2 = opacity ${opacity} ${opacity},class:^(thunar)$ + windowrulev2 = opacity ${opacity} ${opacity},class:^(Thunar)$ # Scroll through existing workspaces with super + scroll bind = $SUPER, mouse_down, workspace, e+1