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