Manage file manager bookmarks

This commit is contained in:
Daniel Siepmann 2023-03-14 16:15:16 +01:00
parent a9c4ca27ba
commit 33e5415879
Signed by: Daniel Siepmann
GPG Key ID: 33D6629915560EF4
1 changed files with 8 additions and 3 deletions

View File

@ -26,9 +26,14 @@
gtk2.configLocation = "${config.xdg.configHome}/gtk-2.0/gtkrc";
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = 1;
gtk-enable-animations = 0;
gtk3 = {
bookmarks = [
"file:///home/daniels/Downloads Downloads"
];
extraConfig = {
gtk-application-prefer-dark-theme = 1;
gtk-enable-animations = 0;
};
};
gtk4.extraConfig = {