Compare commits

..

No commits in common. "b12a4354079a34439ffd2e561c8125b3f3e497e7" and "a50faa124522ae9c1dbf397d5ef3633c612efe46" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View file

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

View file

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