Compare commits

...

4 Commits

Author SHA1 Message Date
92a8e99cd5
waybar: this is css, so system-ui seems to work here 2024-05-30 21:15:37 +03:00
d069e56f26
policies.json: clear document formatting again 2024-05-30 19:50:29 +03:00
0465957c1a
firefox: default disable remote fonts
Kind of reverts b8566e39f85e99ddda73f01a2f3921870df01d70
2024-05-30 16:48:39 +03:00
33e902c5f4
update reuse 2024-05-30 16:40:31 +03:00
5 changed files with 14 additions and 11 deletions

View File

@ -117,7 +117,7 @@ repos:
# Easierish licensing when attempting reuse compliancy
- repo: https://github.com/fsfe/reuse-tool
rev: v3.0.2
rev: v3.1.0a1
hooks:
- id: reuse

View File

@ -1,8 +0,0 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: shell-things
Upstream-Contact: Aminda Suomalainen <suomalainen@mikaela.info>
Source: https://gitea.blesmrt.net/Mikaela/shell-things
Files: *
Copyright: 2011 Aminda Suomalainen <suomalainen@mikaela.info>
License: BSD-3-Clause

7
REUSE.toml Normal file
View File

@ -0,0 +1,7 @@
version = 1
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011 Aminda Suomalainen <suomalainen@mikaela.info>"
SPDX-License-Identifier = "BSD-3-Clause"

View File

@ -4,6 +4,8 @@
border: none;
border-radius: 0;
font-family:
system-ui,
ui-monospace,
Liberation Mono,
Noto Sans Mono monospace;
font-size: 10px;

View File

@ -319,8 +319,10 @@
"Value": false
},
"browser.display.use_document_fonts": {
"Comment": "Allow remote fonts to not break e.g. Mastodon buttons.",
"Status": "clear"
"Comment": "Are webpages allowed to set their own fonts by default? 0 blocks them breaking Mastodon buttons etc.",
"Status": "clear",
"Type": "number",
"Value": 0
},
"browser.preferences.moreFromMozilla": {
"Status": "default",