diff --git a/configuration/user.js b/configuration/user.js index 898e6ad..9be0aaa 100644 --- a/configuration/user.js +++ b/configuration/user.js @@ -14,3 +14,6 @@ user_pref("svg.context-properties.content.enabled", true); // Disable private window dark theme user_pref("browser.theme.dark-private-windows", false); +// Enable rounded bottom window corners +user_pref("widget.gtk.rounded-bottom-corners.enabled", true); +