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