added Thunar dependencies

This commit is contained in:
willifan 2024-05-25 23:21:47 +02:00
parent be5f4cd1a0
commit c22fb88c5e
2 changed files with 6 additions and 1 deletions

View File

@ -124,7 +124,7 @@
windowrule = [
"idleinhibit fullscreen, ^(firefox)$"
"float, ^(thunar)$"
"float, ^(Thunar)$"
"stayfocused, title:^(Enpass Assistant)$"
"pin, title:^(Enpass Assistant)$"
"center, title:^(Enpass Assistant)$"

View File

@ -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
}