Compare commits

..

No commits in common. "e06855373c4af1c7d77f3de1265adcaa8a6f8409" and "5250b30786b1c2309ef15812a593f9091796158f" have entirely different histories.

9 changed files with 7 additions and 18 deletions

View File

@ -52,7 +52,6 @@ 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]

View File

@ -121,7 +121,7 @@ repos:
# Easierish licensing when attempting reuse compliancy
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.2
rev: v4.0.1
hooks:
- id: reuse

View File

@ -2,6 +2,3 @@ root = false
[*]
end_of_line = crlf
[*.md]
end_of_line = lf

View File

@ -1,2 +1,2 @@
* text=auto eol=crlf
*.md text eol=lf
*.{md,markdown} text eol=lf

View File

@ -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

View File

@ -595,12 +595,10 @@
"Value": 0
},
"geo.provider.network.url": {
"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",
"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",
"Status": "clear",
"Type": "string",
"Value": "https://beacondb.net/v1/geolocate",
"Value_positon": "https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865"
"Value": "https://beacondb.net/v1/geolocate"
},
"image.animation.mode": {
"Comment": "Preference not allowed for stability reasons. :(",

View File

@ -1,4 +0,0 @@
[wifi]
enable=true
# https://github.com/microg/GmsCore/issues/2237#issuecomment-2169193229
url=https://api.positon.xyz/?key=74600654-2aec-11ef-aa95-3b7218da6865

View File

@ -168,6 +168,5 @@
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
}
},
"PasswordManagerEnabled": false
}
}

2
package.json vendored
View File

@ -7,5 +7,5 @@
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}