From 7a8d963413bfc4bb8de21af6fe5224d6ecf61a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Sun, 24 Aug 2025 11:11:04 +0800 Subject: [PATCH] vanadium/firefox: make fullscreen full again Hey you you're awesome --- nix/configurations/vanadium/home/firefox.nix | 3 +++ nix/homeModules/common/firefox.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) 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