Skip to content

Commit

Permalink
Expose split-border-toggle as a configurable setting
Browse files Browse the repository at this point in the history
Split-border-toggle is already a setting that is
registered in the gschema.   It is always `true`, since there is not a
way to change this setting.

This change exposes split-border-toggle as a user-configurable
setting.  It will allow users to remove the yellow split border on
full-screen windows.
  • Loading branch information
Grant Ammons authored and jmmaranan committed Jul 10, 2023
1 parent 0ab5ac5 commit 3dee5fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions preferences/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ var SettingsPage = GObject.registerClass(
settings,
bind: "focus-border-toggle",
}),
new SwitchRow({
title: _("Show Window Split Hint Border"),
subtitle: _("Show split direction border on focused window"),
settings,
bind: "split-border-toggle",
}),
new DropDownRow({
title: Msgs.prefs_appearance_layout_dnd_default_layout,
settings,
Expand Down

0 comments on commit 3dee5fb

Please sign in to comment.