firefox: configure with uidensity=2
This commit is contained in:
@@ -230,6 +230,10 @@ in
|
||||
// source: <https://kparal.wordpress.com/2019/10/31/disabling-kinetic-scrolling-in-firefox/>
|
||||
defaultPref("apz.gtk.kinetic_scroll.enabled", false);
|
||||
|
||||
// uidensity=2 gives more padding around UI elements.
|
||||
// source: <https://codeberg.org/user0/Mobile-Friendly-Firefox>
|
||||
defaultPref("browser.uidensity", 2);
|
||||
|
||||
// open external URIs/files via xdg-desktop-portal.
|
||||
defaultPref("widget.use-xdg-desktop-portal.mime-handler", 1);
|
||||
defaultPref("widget.use-xdg-desktop-portal.open-uri", 1);
|
||||
|
Reference in New Issue
Block a user