Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
stronnag committed Jan 4, 2025
1 parent 00d6e4b commit e0fa7f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/manual/docs/mwp-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ This *may* not be installed by default, but should be available via the OS packa
| ---- | ------- | ----------- | ------ |
| adjust-tz | Adjust FC's TZ (and DST) | mwp should adjust FC's TZ (and DST) based on the local clock | true |
| ah-invert-roll | Invert AH roll | Set to true to invert roll in the AH (so it becomes an attitude indicator) | false |
| armed-red-pill | Antidote to armed menus placebo | Whether suppress desensitising of MSP action items when armed. | false |
| armed-msp-placebo | Antidote to armed menus placebo | Whether to suppress desensitising of MSP action items when armed. | false |
| arming-speak | speak arming states | whether to reporting arming state by audio | false |
| atexit | Something that is executed at exit | e.g. `gsettings set org.gnome.settings-daemon.plugins.power idle-dim true`. See also `manage-power` (and consider setting `manage-power` to `true` instead). | "" |
| atstart | Something that is executed at startup | e.g. `gsettings set org.gnome.settings-daemon.plugins.power idle-dim false`. See also `manage-power` (and consider setting to true). | "" |
Expand Down
7 changes: 6 additions & 1 deletion docs/manual/docs/mwp-Gtk4-migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ The following are minimum versions.

For replaying blackbox log, [bbl2kml](https://github.com/stronnag/bbl2kml) 1.0.24 or later is rquired.

### Unsupported OS

* MacOS (Ventura or later), requires `homebrew`
* Windows (10 or later), requires `MSys2`

## GSettings /DConf schema

The gsettings / dconf schema is now `/org/stronnag/mwp/`. The keys are (mainly) the same as for legacy mwp/gtk3 and may be migrated:
Expand Down Expand Up @@ -238,7 +243,7 @@ Requires mwptools 2024.11.20 or later.
| ---- | ------- | ----------- | ------ |
| adjust-tz | Adjust FC's TZ (and DST) | mwp should adjust FC's TZ (and DST) based on the local clock | true |
| ah-invert-roll | Invert AH roll | Set to true to invert roll in the AH (so it becomes an attitude indicator) | false |
| armed-red-pill | Antidote to armed menus placebo | Whether suppress desensitising of MSP action items when armed. | false |
| armed-msp-placebo | Antidote to armed menus placebo | Whether to suppress desensitising of MSP action items when armed. | false |
| arming-speak | speak arming states | whether to reporting arming state by audio | false |
| atexit | Something that is executed at exit | e.g. `gsettings set org.gnome.settings-daemon.plugins.power idle-dim true`. See also `manage-power` (and consider setting `manage-power` to `true` instead). | "" |
| atstart | Something that is executed at startup | e.g. `gsettings set org.gnome.settings-daemon.plugins.power idle-dim false`. See also `manage-power` (and consider setting to true). | "" |
Expand Down
2 changes: 1 addition & 1 deletion docs/mwp.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[mwp]
adjust-tz=true
ah-invert-roll=false
armed-red-pill=false
armed-msp-placebo=false
arming-speak=false
atexit=''
atstart=''
Expand Down

0 comments on commit e0fa7f5

Please sign in to comment.