diff --git a/nix/configurations/vanadium/home/firefox.nix b/nix/configurations/vanadium/home/firefox.nix index b695df02..14868d7f 100644 --- a/nix/configurations/vanadium/home/firefox.nix +++ b/nix/configurations/vanadium/home/firefox.nix @@ -126,6 +126,9 @@ in { profiles = { default = { + settings = { + # "full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window + }; userChrome = '' /* monofont tweak */ #statuspanel-label { diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index dccb7d8a..02bdb071 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -34,7 +34,6 @@ in { "browser.tabs.loadInBackground" = true; "browser.ctrlTab.sortByRecentlyUsed" = false; "layout.css.devPixelsPerPx" = 1.1; - "full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window # Sponsored crap # Yes