diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/dunst-settings.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 4d4eb7be..615b783d 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -114,7 +114,7 @@ in { | |||
114 | enable = true; | 114 | enable = true; |
115 | profiles.default = { | 115 | profiles.default = { |
116 | settings = { | 116 | settings = { |
117 | "layout.css.devPixelsPerPx" = "1.75"; | 117 | "layout.css.devPixelsPerPx" = "0.5833"; |
118 | "browser.tabs.drawInTitlebar" = false; | 118 | "browser.tabs.drawInTitlebar" = false; |
119 | "toolkit.legacyUserProfileCustomizations.stylesheets" = true; | 119 | "toolkit.legacyUserProfileCustomizations.stylesheets" = true; |
120 | "dom.security.https_only_mode" = true; | 120 | "dom.security.https_only_mode" = true; |
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 7f36922f..61bd12a6 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix | |||
@@ -8,7 +8,7 @@ | |||
8 | # geometry = "1216x10-32+64"; | 8 | # geometry = "1216x10-32+64"; |
9 | width = 250; | 9 | width = 250; |
10 | height = 50; | 10 | height = 50; |
11 | offset = "32x64"; | 11 | offset = "16x25"; |
12 | origin = "top-right"; | 12 | origin = "top-right"; |
13 | shrink = true; | 13 | shrink = true; |
14 | monitor = 0; | 14 | monitor = 0; |