mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
4 Commits
065cb49ab2
...
92a8e99cd5
Author | SHA1 | Date | |
---|---|---|---|
92a8e99cd5 | |||
d069e56f26 | |||
0465957c1a | |||
33e902c5f4 |
@ -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
|
||||
|
||||
|
@ -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
7
REUSE.toml
Normal 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"
|
@ -4,6 +4,8 @@
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family:
|
||||
system-ui,
|
||||
ui-monospace,
|
||||
Liberation Mono,
|
||||
Noto Sans Mono monospace;
|
||||
font-size: 10px;
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user