mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 13:17:38 +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
|
# Easierish licensing when attempting reuse compliancy
|
||||||
- repo: https://github.com/fsfe/reuse-tool
|
- repo: https://github.com/fsfe/reuse-tool
|
||||||
rev: v3.0.2
|
rev: v3.1.0a1
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- 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: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family:
|
font-family:
|
||||||
|
system-ui,
|
||||||
|
ui-monospace,
|
||||||
Liberation Mono,
|
Liberation Mono,
|
||||||
Noto Sans Mono monospace;
|
Noto Sans Mono monospace;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
@ -319,8 +319,10 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"browser.display.use_document_fonts": {
|
"browser.display.use_document_fonts": {
|
||||||
"Comment": "Allow remote fonts to not break e.g. Mastodon buttons.",
|
"Comment": "Are webpages allowed to set their own fonts by default? 0 blocks them breaking Mastodon buttons etc.",
|
||||||
"Status": "clear"
|
"Status": "clear",
|
||||||
|
"Type": "number",
|
||||||
|
"Value": 0
|
||||||
},
|
},
|
||||||
"browser.preferences.moreFromMozilla": {
|
"browser.preferences.moreFromMozilla": {
|
||||||
"Status": "default",
|
"Status": "default",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user