diff --git a/.gitmodules b/.gitmodules index e7f1184..e7a2906 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,6 @@ [submodule "modules/XRLinuxDriver"] path = modules/XRLinuxDriver url = https://github.com/wheaney/XRLinuxDriver.git - branch = breezy_sbs [submodule "modules/sombrero"] path = modules/sombrero url = https://github.com/wheaney/sombrero.git diff --git a/gnome/src/extension.js b/gnome/src/extension.js index 1ef66d8..62cdcac 100644 --- a/gnome/src/extension.js +++ b/gnome/src/extension.js @@ -275,6 +275,7 @@ export default class BreezyDesktopExtension extends Extension { this._distance_binding = this.settings.bind('display-distance', this._xr_effect, 'display-distance', Gio.SettingsBindFlags.DEFAULT) this._distance_connection = this.settings.connect('changed::display-distance', this._update_display_distance.bind(this)) this._follow_threshold_connection = this.settings.connect('changed::follow-threshold', this._update_follow_threshold.bind(this)) + this._widescreen_mode_settings_connection = this.settings.connect('changed::widescreen-mode', this._update_widescreen_mode_from_settings.bind(this)) this._start_binding = this.settings.bind('toggle-display-distance-start', this._xr_effect, 'toggle-display-distance-start', Gio.SettingsBindFlags.DEFAULT) this._end_binding = this.settings.bind('toggle-display-distance-end', this._xr_effect, 'toggle-display-distance-end', Gio.SettingsBindFlags.DEFAULT) diff --git a/modules/XRLinuxDriver b/modules/XRLinuxDriver index abed471..b97faa8 160000 --- a/modules/XRLinuxDriver +++ b/modules/XRLinuxDriver @@ -1 +1 @@ -Subproject commit abed471a8327867f88e206b36b3555ae30111eb8 +Subproject commit b97faa82a7767e4270e46886d68dd1c70b71abca