colour -> color, behaviour -> behavior, centre -> center, favourite -> favorite, and about twenty other pairs, applied consistently across comments, docs, error/UI copy, and a handful of QML identifiers that used the British spelling as their actual name: SystemSettings' serialiseValue/serialiseTable/normaliseGradient, Displays' normaliseModes, Wallpaper's normalisePolicy, SettingsBackup's serialiseHomeState, DateTime's ntpSynchronised property, Clipboard's _normalise helper, and ShortcutCapture's cancelled signal (with its onCancelled handler in ShortcutsPage.qml). Every call site and the two tests that assert on the literal source text (settings-ownership and settings-backup-live contracts) were updated in lockstep. Left untouched: config/dot/espanso/match/packages/misspell-en/ is a vendored third-party autocorrect dictionary -- its entries are typo corrections, not our prose, and rewriting them would fight the package's own purpose (and any future re-sync from upstream). The already-American `favorites` property (Home page pinned accessories) was never actually misspelled -- only nearby comments and error strings said "favourites" -- so no data migration was needed there. Claude-Session: https://claude.ai/code/session_01E6TJUAh41HaP25MVHWkhRZ
35 lines
1.3 KiB
Plaintext
35 lines
1.3 KiB
Plaintext
# GENERATED FILE -- edit settings.ini.template instead.
|
|
#
|
|
# The theme name and dark preference below follow Panama's color
|
|
# scheme, so this file is regenerated on every switch and is not
|
|
# committed. Under GNOME, gnome-settings-daemon publishes these over
|
|
# XSETTINGS and this file is ignored; under Hyprland there is no
|
|
# settings daemon, so for GTK3 it is authoritative -- which is why it
|
|
# has to change with the scheme rather than being pinned to dark.
|
|
#
|
|
[Settings]
|
|
# These values must match `gsettings get org.gnome.desktop.interface ...`.
|
|
#
|
|
# Under GNOME, gnome-settings-daemon publishes settings over XSETTINGS and this
|
|
# file is effectively ignored. Under Hyprland there is no settings daemon, so
|
|
# this file becomes authoritative for GTK3 — which is why it previously named
|
|
# themes that aren't installed (Tahoe-Dark, WhiteSur-cursors) without anything
|
|
# appearing broken.
|
|
gtk-theme-name=@GTK_THEME@
|
|
gtk-icon-theme-name=Adwaita
|
|
gtk-font-name=Adwaita Sans 11
|
|
gtk-cursor-theme-name=oreo_blue_cursors
|
|
gtk-cursor-theme-size=24
|
|
gtk-application-prefer-dark-theme=@PREFER_DARK@
|
|
|
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
gtk-button-images=0
|
|
gtk-menu-images=0
|
|
gtk-enable-event-sounds=1
|
|
gtk-enable-input-feedback-sounds=0
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle=hintslight
|
|
gtk-xft-rgba=rgb
|