mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
home/zen: don't resume session
This commit is contained in:
parent
1bec3a93a0
commit
02f4b51d10
1 changed files with 8 additions and 0 deletions
|
|
@ -52,12 +52,20 @@ in
|
|||
#
|
||||
# TODO: try out the "locked" semantic from zen
|
||||
# https://github.com/0xc000022070/zen-browser-flake/tree/main#preferences
|
||||
#
|
||||
# To check which option is mapped to which about:config
|
||||
# - back preference file
|
||||
# cp .zen/default/prefs.js{,.bk}
|
||||
# - click the buttons
|
||||
# - diff it
|
||||
# diff .zen/default/prefs.js{.bk,}
|
||||
profiles.default = {
|
||||
settings = {
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
"browser.tabs.loadInBackground" = true;
|
||||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||
"layout.css.devPixelsPerPx" = 1.1;
|
||||
"browser.startup.page" = 1;
|
||||
|
||||
# open links in new window
|
||||
# this works a lot better with xmonad where I have a bunch of windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue