From d252914f55b1b5824a290aa6aede355ddf72f886 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 27 Nov 2025 12:52:12 +0800 Subject: [PATCH] home/zen-browser: close window with last tab --- nix/homeModules/common/zen-browser.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homeModules/common/zen-browser.nix b/nix/homeModules/common/zen-browser.nix index f441838d..bfc4470b 100644 --- a/nix/homeModules/common/zen-browser.nix +++ b/nix/homeModules/common/zen-browser.nix @@ -67,6 +67,7 @@ in "layout.css.devPixelsPerPx" = 1.1; "browser.startup.page" = 1; "browser.translations.automaticallyPopup" = false; + "browser.tabs.closeWindowWithLastTab" = true; # open links in new window # this works a lot better with xmonad where I have a bunch of windows