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.
67 lines
2.4 KiB
67 lines
2.4 KiB
From 4e784f20c090cd6e27aa7e70ead95fde238b657c Mon Sep 17 00:00:00 2001
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
Date: Mon, 23 Dec 2024 14:06:21 +0300
|
|
Subject: [PATCH] Customize Arc Menu
|
|
|
|
---
|
|
.../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------
|
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
index 4311e18..e826b80 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
@@ -134,7 +134,7 @@
|
|
<summary>Menu position alignment</summary>
|
|
</key>
|
|
<key name="menu-layout" enum="org.gnome.shell.extensions.arcmenu.menulayout">
|
|
- <default>'Default'</default>
|
|
+ <default>'Windows'</default>
|
|
<summary>menu layout</summary>
|
|
</key>
|
|
<key type="b" name="override-menu-theme">
|
|
@@ -468,7 +468,7 @@
|
|
<summary>Display type for power options</summary>
|
|
</key>
|
|
<key type="b" name="multi-monitor">
|
|
- <default>false</default>
|
|
+ <default>true</default>
|
|
<summary>Display on all monitors</summary>
|
|
</key>
|
|
<key type="b" name="show-activities-button">
|
|
@@ -476,7 +476,7 @@
|
|
<summary>Show/Hide Activities Button in panel</summary>
|
|
</key>
|
|
<key name="arcmenu-hotkey" type="as">
|
|
- <default>['Super_L']</default>
|
|
+ <default>[]</default>
|
|
<summary>Keybind to open ArcMenu</summary>
|
|
</key>
|
|
<key name="runner-hotkey" type="as">
|
|
@@ -552,7 +552,7 @@
|
|
<summary>Text of the menu button.</summary>
|
|
</key>
|
|
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arcmenu.menu-button-icon">
|
|
- <default>'Menu_Icon'</default>
|
|
+ <default>'Custom_Icon'</default>
|
|
<summary>Icon type for the menu button.</summary>
|
|
</key>
|
|
<key name="arc-menu-icon" type="i">
|
|
@@ -564,11 +564,11 @@
|
|
<summary>Distro icon integer value for the menu button.</summary>
|
|
</key>
|
|
<key type="s" name="custom-menu-button-icon">
|
|
- <default>''</default>
|
|
+ <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default>
|
|
<summary>File path of the custom icon for the menu button.</summary>
|
|
</key>
|
|
<key type="d" name="custom-menu-button-icon-size">
|
|
- <default>20</default>
|
|
+ <default>48</default>
|
|
<summary>Size of the menu buton icon.</summary>
|
|
</key>
|
|
<key type="i" name="button-padding">
|
|
--
|
|
2.47.1
|
|
|