Skip to content

Commit 83f4a20

Browse files
baronleonardoMohamed A. Elmeligy
andauthored
cinnamon-settings: add Gnome Left option to Windows buttons layout (#13225)
Co-authored-by: Mohamed A. Elmeligy <[email protected]>
1 parent d5d67ed commit 83f4a20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def on_module_selected(self):
4343
button_options.append([":minimize,maximize,close", _("Right")])
4444
button_options.append(["close,maximize,minimize:", _("Left")])
4545
button_options.append([":close", _("Gnome")])
46+
button_options.append(["close:", _("Gnome Left")])
4647
button_options.append(["close:minimize,maximize", _("Classic Mac")])
4748

4849
widget = GSettingsComboBox(_("Buttons layout"), "org.cinnamon.desktop.wm.preferences", "button-layout", button_options, size_group=size_group)

0 commit comments

Comments
 (0)