You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
985 B
26 lines
985 B
From add851b6c98cf40abf959a87995a9e7d435ede6a Mon Sep 17 00:00:00 2001
|
|
From: Alexey Lyubimov <a.lyubimov@softline.com>
|
|
Date: Mon, 19 Feb 2024 13:08:55 +0300
|
|
Subject: [PATCH] Configuring Mint menu layout
|
|
|
|
---
|
|
schemas/org.gnome.shell.extensions.arc-menu.gschema.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
index 8dbe89f..f2c2355 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
@@ -80,7 +80,7 @@
|
|
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
|
|
</key>
|
|
<key name="menu-layout" enum="org.gnome.shell.extensions.arc-menu.menulayout">
|
|
- <default>'Windows'</default>
|
|
+ <default>'Mint'</default>
|
|
<summary>menu layout</summary>
|
|
<description>Menu Layout</description>
|
|
</key>
|
|
--
|
|
2.43.2
|
|
|