diff --git a/users/willifan/graphical/hyprland/common/hyprland.nix b/users/willifan/graphical/hyprland/common/hyprland.nix index 2da7861..b403af2 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 2a66655..d466cd6 100644 --- a/users/willifan/graphical/thunar.nix +++ b/users/willifan/graphical/thunar.nix @@ -10,10 +10,5 @@ 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