mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 21:37:24 +02:00
Compare commits
No commits in common. "92a8e99cd5de2e15d9d5ea3826f97712c535438d" and "065cb49ab201e5d41822f8fad0af10680173fc89" have entirely different histories.
92a8e99cd5
...
065cb49ab2
@ -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.1.0a1
|
rev: v3.0.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: reuse
|
- id: reuse
|
||||||
|
|
||||||
|
8
.reuse/dep5
Normal file
8
.reuse/dep5
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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
|
@ -1,7 +0,0 @@
|
|||||||
version = 1
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = "**"
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "2011 Aminda Suomalainen <suomalainen@mikaela.info>"
|
|
||||||
SPDX-License-Identifier = "BSD-3-Clause"
|
|
@ -4,8 +4,6 @@
|
|||||||
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,10 +319,8 @@
|
|||||||
"Value": false
|
"Value": false
|
||||||
},
|
},
|
||||||
"browser.display.use_document_fonts": {
|
"browser.display.use_document_fonts": {
|
||||||
"Comment": "Are webpages allowed to set their own fonts by default? 0 blocks them breaking Mastodon buttons etc.",
|
"Comment": "Allow remote fonts to not break e.g. Mastodon buttons.",
|
||||||
"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