1
1
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
a922875bea
nautilus: disable tracker service
Signed-off-by: Myned <dev@bjork.tech>
2024-10-30 11:10:54 -05:00
67a43a5237
hyprland: add drawio rules
Signed-off-by: Myned <dev@bjork.tech>
2024-10-30 11:10:37 -05:00
2 changed files with 3 additions and 2 deletions

View file

@ -206,6 +206,7 @@ in {
(title "Spotify Premium" rules)
];
office = rules: [
(class "draw\\.io" (rules ++ ["tile"]))
(class "libreoffice.+" rules)
(class "ONLYOFFICE Desktop Editors" rules)
];

View file

@ -21,8 +21,8 @@ in {
gnome = {
sushi.enable = true; # Quick preview with spacebar
tracker.enable = true; # File indexing
tracker-miners.enable = true;
#// tracker.enable = true; # File indexing
#// tracker-miners.enable = true;
};
};