Skip to content

Commit 7adcfe6

Browse files
committed
cs_windows: Use 'bring-windows-to-current-workspace' in its new
location, mark the old dconf key as unused. ref: linuxmint/muffin@9411323596e47de.
1 parent 43677cb commit 7adcfe6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

data/org.cinnamon.gschema.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,10 +428,7 @@
428428

429429
<key name="bring-windows-to-current-workspace" type="b">
430430
<default>false</default>
431-
<summary>Brings windows requiring attention to the current workspace</summary>
432-
<description>
433-
When enabled, if a window requires attention, it is brought to the current workspace.
434-
</description>
431+
<summary>not used - lives in org.cinnamon.muffin now</summary>
435432
</key>
436433

437434
<key name="prevent-focus-stealing" type="b">

files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def on_module_selected(self):
9292
widget.revealer.settings = Gio.Settings("org.cinnamon.desktop.wm.preferences")
9393
widget.revealer.settings.bind_with_mapping("focus-mode", widget.revealer, "reveal-child", Gio.SettingsBindFlags.GET, lambda x: x in ("sloppy", "mouse"), None)
9494

95-
widget = GSettingsSwitch(_("Bring windows which require attention to the current workspace"), "org.cinnamon", "bring-windows-to-current-workspace")
95+
widget = GSettingsSwitch(_("Bring windows which require attention to the current workspace"), "org.cinnamon.muffin", "bring-windows-to-current-workspace")
9696
settings.add_row(widget)
9797

9898
# It's weird to show a combo for two items. For now this is simpler to explain as a switch...

0 commit comments

Comments
 (0)