mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-25 15:51:54 -05:00
thunar: disabled buggy xfconf settings declaration
This commit is contained in:
parent
0a2a85ec5a
commit
d87a7a6055
|
@ -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;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue