home/zen-browser: close window with last tab

This commit is contained in:
Primrose 2025-11-27 12:52:12 +08:00
parent 0387c3fcb0
commit d252914f55
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -67,6 +67,7 @@ in
"layout.css.devPixelsPerPx" = 1.1; "layout.css.devPixelsPerPx" = 1.1;
"browser.startup.page" = 1; "browser.startup.page" = 1;
"browser.translations.automaticallyPopup" = false; "browser.translations.automaticallyPopup" = false;
"browser.tabs.closeWindowWithLastTab" = true;
# open links in new window # open links in new window
# this works a lot better with xmonad where I have a bunch of windows # this works a lot better with xmonad where I have a bunch of windows