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
'';
xfconf.settings = {
thunar = {
"last-menubar-visible" = false;
"misc-confirm-close-multiple-tabs" = false;
"misc-show-delete-action" = true;
"misc-single-click" = true;
};
};
# xfconf.settings = {
# thunar = {
# "last-menubar-visible" = false;
# "misc-confirm-close-multiple-tabs" = false;
# "misc-show-delete-action" = true;
# "misc-single-click" = true;
# };
# };
};
}