Compare commits

...

2 Commits

Author SHA1 Message Date
willifan
b12a435407 Merge remote-tracking branch 'origin/main' 2024-05-29 22:56:45 +02:00
willifan
c22fb88c5e added Thunar dependencies 2024-05-25 23:36:11 +02:00
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

@ -10,5 +10,10 @@
thunar-archive-plugin
thunar-volman
];
};
services.gvfs.enable = true; # Mount, trash, and other functionalities
services.tumbler.enable = true; # Thumbnail support for images
}