thunar: disabled buggy xfconf settings declaration

This commit is contained in:
Aly Raffauf 2024-04-28 14:15:20 -04:00
parent 0a2a85ec5a
commit d87a7a6055

View file

@ -23,13 +23,13 @@
WebBrowser=firefox WebBrowser=firefox
''; '';
xfconf.settings = { # xfconf.settings = {
thunar = { # thunar = {
"last-menubar-visible" = false; # "last-menubar-visible" = false;
"misc-confirm-close-multiple-tabs" = false; # "misc-confirm-close-multiple-tabs" = false;
"misc-show-delete-action" = true; # "misc-show-delete-action" = true;
"misc-single-click" = true; # "misc-single-click" = true;
}; # };
}; # };
}; };
} }