292 current 2025-01-25 02:03:19 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-25 02:03:33 -05:00
parent 55bfcff720
commit 1bfe5906de

View File

@@ -190,7 +190,15 @@
# ublock-origin # ublock-origin
# stylus # stylus
# ]; # ];
# TODO # extensions = [
# ublock-origin
# ];
userChrome = ''
/* Hide window control buttons */
#titlebar-min, #titlebar-max, #titlebar-close {
display: none !important;
}
'';
bookmarks = [ bookmarks = [
{ {
name = "Bar"; name = "Bar";
@@ -228,7 +236,7 @@
### This is all aesthetic stuff ### This is all aesthetic stuff
# for tiling window managers expands to the size of the window # for tiling window managers expands to the size of the window
# "layout.css.devPixelsPerPx" = 1.25; "layout.css.devPixelsPerPx" = 1.25;
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
"full-screen-api.ignore-widgets" = true; "full-screen-api.ignore-widgets" = true;