diff --git a/users/willifan/graphical/hyprland/common/hyprland.nix b/users/willifan/graphical/hyprland/common/hyprland.nix index b403af2..2da7861 100644 --- a/users/willifan/graphical/hyprland/common/hyprland.nix +++ b/users/willifan/graphical/hyprland/common/hyprland.nix @@ -124,7 +124,7 @@ windowrule = [ "idleinhibit fullscreen, ^(firefox)$" - "float, ^(thunar)$" + "float, ^(Thunar)$" "stayfocused, title:^(Enpass Assistant)$" "pin, title:^(Enpass Assistant)$" "center, title:^(Enpass Assistant)$" diff --git a/users/willifan/graphical/thunar.nix b/users/willifan/graphical/thunar.nix index a0908b7..ba51967 100644 --- a/users/willifan/graphical/thunar.nix +++ b/users/willifan/graphical/thunar.nix @@ -8,5 +8,10 @@ thunar-archive-plugin thunar-volman ]; + }; + + services.gvfs.enable = true; # Mount, trash, and other functionalities + services.tumbler.enable = true; # Thumbnail support for images + } \ No newline at end of file