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
1004 B
26 lines
1004 B
From 717f755e03fd2e51edee587d8ff2e8e9df466131 Mon Sep 17 00:00:00 2001
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
Date: Mon, 4 Sep 2023 19:26:29 +0300
|
|
Subject: [PATCH 3/3] set a hotkey (Super-X) to open ArcMenu
|
|
|
|
---
|
|
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
index 92b66ce..ace9cc9 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
|
@@ -534,7 +534,7 @@
|
|
<description>Custom hot corner terminal command.</description>
|
|
</key>
|
|
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arcmenu.menu-hotkey">
|
|
- <default>'Undefined'</default>
|
|
+ <default>'Custom'</default>
|
|
<summary>Set a hotkey to open ArcMenu</summary>
|
|
<description>Set a hotkey to open ArcMenu.</description>
|
|
</key>
|
|
--
|
|
2.41.0
|
|
|