Compare commits
2 commits
a50faa1245
...
b12a435407
Author | SHA1 | Date | |
---|---|---|---|
|
b12a435407 | ||
|
c22fb88c5e |
2 changed files with 6 additions and 1 deletions
|
@ -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)$"
|
||||||
|
|
|
@ -10,5 +10,10 @@
|
||||||
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
|
||||||
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue