mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
4 Commits
48fa3b4eb2
...
52cd428d4d
Author | SHA1 | Date | |
---|---|---|---|
52cd428d4d | |||
f9afde0d58 | |||
8c7d5bd034 | |||
cf5a37e1ba |
@ -20,15 +20,36 @@ lockPref("cookiebanners.service.mode.privateBrowsing", 2);
|
||||
|
||||
// I can set my preferred fonts in an order! :O
|
||||
// but obviously this is forbidden in policies.json!
|
||||
lockPref(
|
||||
"font.name-list.monospace.x-cyrillic",
|
||||
"Noto Shanns Mono, monospace",
|
||||
);
|
||||
lockPref("font.name-list.monospace.x-western", "Noto Shanns Mono, monospace");
|
||||
lockPref("font.name-list.sans-serif.x-cyrillic", "Noto Sans, sans-serif");
|
||||
lockPref("font.name-list.sans-serif.x-western", "Noto Sans, sans-serif");
|
||||
lockPref("font.name-list.serif.x-cyrillic", "Noto Serif, serif");
|
||||
lockPref("font.name-list.serif.x-western", "Noto Serif, serif");
|
||||
lockPref("font.default.el", "serif");
|
||||
lockPref("font.default.x-cyrillic", "serif");
|
||||
lockPref("font.default.x-western", "serif");
|
||||
// lockPref(
|
||||
// "font.name-list.monospace.x-cyrillic",
|
||||
// "Noto Shanns Mono, monospace",
|
||||
// );
|
||||
// lockPref("font.name-list.monospace.x-western", "Noto Shanns Mono, monospace");
|
||||
// lockPref("font.name-list.sans-serif.x-cyrillic", "Noto Sans, sans-serif");
|
||||
// lockPref("font.name-list.sans-serif.x-western", "Noto Sans, sans-serif");
|
||||
// lockPref("font.name-list.serif.x-cyrillic", "Noto Serif, serif");
|
||||
// lockPref("font.name-list.serif.x-western", "Noto Serif, serif");
|
||||
clearPref("font.name-list.monospace.x-cyrillic");
|
||||
clearPref("font.name-list.monospace.x-western");
|
||||
clearPref("font.name-list.sans-serif.x-cyrillic");
|
||||
clearPref("font.name-list.sans-serif.x-western");
|
||||
clearPref("font.name-list.serif.x-cyrillic");
|
||||
clearPref("font.name-list.serif.x-western");
|
||||
//
|
||||
lockPref("font.name.monospace.el", "Liberation Mono");
|
||||
lockPref("font.name.monospace.x-cyrillic", "Liberation Mono");
|
||||
lockPref("font.name.monospace.x-western", "Liberation Mono");
|
||||
//
|
||||
lockPref("font.name.sans-serif.el", "Liberation Sans");
|
||||
lockPref("font.name.sans-serif.x-cyrillic", "Liberation Sans");
|
||||
lockPref("font.name.sans-serif.x-western", "Liberation Sans");
|
||||
//
|
||||
lockPref("font.name.serif.el", "Liberation Serif");
|
||||
lockPref("font.name.serif.x-cyrillic", "Liberation Serif");
|
||||
lockPref("font.name.serif.x-western", "Liberation Serif");
|
||||
|
||||
// Play animated images only once, accessibility.
|
||||
lockPref("image.animation.mode", "once");
|
||||
|
@ -3,9 +3,12 @@ line-height=15
|
||||
|
||||
# Font size 7 is comfortable on Lumina
|
||||
#font=Comic Shanns Mono-Regular:size=7,Noto Sans Mono:size=7, Noto Color Emoji
|
||||
#font=Liberation Mono:size=7,Noto Sans Mono:size=7, Noto Color Emoji
|
||||
|
||||
# while 10 is great on Sedric and possibly safer default
|
||||
font=Comic Shanns Mono-Regular:size=10,Noto Sans Mono:size=10, Noto Color Emoji
|
||||
#font=Comic Shanns Mono-Regular:size=10,Noto Sans Mono:size=10, Noto Color Emoji
|
||||
font=Liberation Mono:size=10,Noto Sans Mono:size=10, Noto Color Emoji
|
||||
|
||||
# Zaldaryn again is using size 12
|
||||
#font=Comic Shanns Mono-Regular:size=12,Noto Sans Mono:size=12, Noto Color Emoji
|
||||
#font=Liberation Mono:size=12,Noto Sans Mono:size=12, Noto Color Emoji
|
||||
|
@ -32,7 +32,8 @@ set $TEXTEDITOR kate
|
||||
|
||||
# Font
|
||||
#font pango:Noto Sans Mono Regular 10
|
||||
font pango:Comic Shanns Mono-Regular 10
|
||||
#font pango:Comic Shanns Mono-Regular 10
|
||||
font pango:Liberation Mono 10
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
@ -4,8 +4,8 @@
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family:
|
||||
Comic Shanns Mono-Regular,
|
||||
monospace;
|
||||
Liberation Mono,
|
||||
Noto Sans Mono monospace;
|
||||
font-size: 10px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
@ -434,42 +434,114 @@
|
||||
"Type": "string",
|
||||
"Value": ""
|
||||
},
|
||||
"font.name-list.monospace.x-cyrillic": {
|
||||
"font.default.el": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "serif"
|
||||
},
|
||||
"font.default.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "serif"
|
||||
},
|
||||
"font.default.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "serif"
|
||||
},
|
||||
"font.name-list.monospace.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Shanns Mono, monospace"
|
||||
},
|
||||
"font.name-list.monospace.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Shanns Mono, monospace"
|
||||
},
|
||||
"font.name-list.sans-serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Sans, sans-serif"
|
||||
},
|
||||
"font.name-list.sans-serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Sans, sans-serif"
|
||||
},
|
||||
"font.name-list.serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Serif, serif"
|
||||
},
|
||||
"font.name-list.serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Serif, serif"
|
||||
},
|
||||
"font.name.monospace.el": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Mono"
|
||||
},
|
||||
"font.name.monospace.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Mono"
|
||||
},
|
||||
"font.name.monospace.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Mono"
|
||||
},
|
||||
"font.name.sans-serif.el": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Sans"
|
||||
},
|
||||
"font.name.sans-serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Sans"
|
||||
},
|
||||
"font.name.sans-serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Sans"
|
||||
},
|
||||
"font.name.serif.el": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Serif"
|
||||
},
|
||||
"font.name.serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Serif"
|
||||
},
|
||||
"font.name.serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Type": "string",
|
||||
"Value": "Liberation Serif"
|
||||
},
|
||||
"general.config.obscure_value": {
|
||||
"Comment": "Required for autoconfig.",
|
||||
"Status": "locked",
|
||||
|
Loading…
x
Reference in New Issue
Block a user