mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-16 03:07:26 +02:00
Compare commits
6 Commits
5250b30786
...
e06855373c
Author | SHA1 | Date | |
---|---|---|---|
e06855373c | |||
1490e1b8a5 | |||
31370667d9 | |||
280525df4e | |||
5723694be7 | |||
4da9a93e3a |
@ -52,6 +52,7 @@ trim_trailing_whitespace = false
|
||||
# Prettier seems to believe spaces are the only way to markdown
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
|
||||
# Nim https://nim-lang.org/docs/nep1.html#introduction-spacing-and-whitespace-conventions
|
||||
[*.nim]
|
||||
|
@ -121,7 +121,7 @@ repos:
|
||||
|
||||
# Easierish licensing when attempting reuse compliancy
|
||||
- repo: https://github.com/fsfe/reuse-tool
|
||||
rev: v4.0.1
|
||||
rev: v4.0.2
|
||||
hooks:
|
||||
- id: reuse
|
||||
|
||||
|
@ -2,3 +2,6 @@ root = false
|
||||
|
||||
[*]
|
||||
end_of_line = crlf
|
||||
|
||||
[*.md]
|
||||
end_of_line = lf
|
||||
|
2
Windows/.gitattributes
vendored
2
Windows/.gitattributes
vendored
@ -1,2 +1,2 @@
|
||||
* text=auto eol=crlf
|
||||
*.{md,markdown} text eol=lf
|
||||
*.md text eol=lf
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Signal in wayland and tray
|
||||
# --start-in-tray - would be nice, but then I cannot open it from there, thus --use-tray-icon
|
||||
#exec --no-startup-id flatpak run org.signal.Signal --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --use-tray-icon
|
||||
exec --no-startup-id flatpak run org.signal.Signal --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --use-tray-icon
|
||||
|
||||
# Telegram
|
||||
#exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
||||
|
@ -595,10 +595,12 @@
|
||||
"Value": 0
|
||||
},
|
||||
"geo.provider.network.url": {
|
||||
"Comment": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
|
||||
"Comment_beacondb": "Firefox only sends connected AP that won't work due to _nomap and the server side requires more than one as well. beacondb/beacondb#8",
|
||||
"Comment_positon": "https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "https://beacondb.net/v1/geolocate"
|
||||
"Value": "https://beacondb.net/v1/geolocate",
|
||||
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
|
||||
},
|
||||
"image.animation.mode": {
|
||||
"Comment": "Preference not allowed for stability reasons. :(",
|
||||
|
4
etc/geoclue/conf.d/positon.conf
Normal file
4
etc/geoclue/conf.d/positon.conf
Normal file
@ -0,0 +1,4 @@
|
||||
[wifi]
|
||||
enable=true
|
||||
# https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229
|
||||
url=https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865
|
@ -168,5 +168,6 @@
|
||||
"toolbar_pin": "force_pinned",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||
}
|
||||
}
|
||||
},
|
||||
"PasswordManagerEnabled": false
|
||||
}
|
||||
|
2
package.json
vendored
2
package.json
vendored
@ -7,5 +7,5 @@
|
||||
"prettier-plugin-sh": "0.14.0",
|
||||
"prettier-plugin-toml": "2.0.1"
|
||||
},
|
||||
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
|
||||
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user