From ae17a3bff637a585458b0873e6c30c2cd8c8deae Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 15 Aug 2023 16:47:02 +0200 Subject: [PATCH] firefox: added fake fullscreen option --- wiki/firefox.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wiki/firefox.md b/wiki/firefox.md index 94633ca..5debf0a 100644 --- a/wiki/firefox.md +++ b/wiki/firefox.md @@ -93,6 +93,19 @@ Sponsorings are embedded ads in Firefox. After navigating to `about:config` enabling and disabling of sponsorings can be done at `browser.newtabpage.activity-stream.showSponsored`. +### Make Fullscreen Only Window Wide + +Firefox' default fullscreen does not only hide UI elements of firefox but also increases Firefox' +size beyond the borders of the current window to the whole size of the screen. +By setting the following options in `about:config` the fullscreen and also the kiosk mode will only +hide the UI of Firefox. +The expansion of the window will be disabled by it. +This is often reffered to as fake fullscreen. + +```txt +full-screen-api.ignore-widgets = true +``` + ### Disable Unneeded Services and Features The following section is based on the website