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

View file

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