diff --git a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py index 2ab008f8e3..4d9bfe8357 100755 --- a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py +++ b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_windows.py @@ -166,6 +166,7 @@ def update_setting(widget, pspec): ] widget = GSettingsComboBox(_("Alt-Tab switcher style"), "org.cinnamon", "alttab-switcher-style", alttab_styles) settings.add_row(widget) + settings.add_note("When using Coverflow (3D) or Timeline (3D) as an Alt-Tab switcher style with multiple monitors, monitor freezing may occur.") widget = GSettingsSwitch(_("Display the alt-tab switcher on the primary monitor instead of the active one"), "org.cinnamon", "alttab-switcher-enforce-primary-monitor") settings.add_row(widget)