diff --git a/homeManagerModules/apps/thunar/default.nix b/homeManagerModules/apps/thunar/default.nix index 1ed3836a..7e9f7e24 100644 --- a/homeManagerModules/apps/thunar/default.nix +++ b/homeManagerModules/apps/thunar/default.nix @@ -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; + # }; + # }; }; }