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
1.0 KiB
26 lines
1.0 KiB
9 months ago
|
From 36e655c2bb60b3cbbc55d9dbf8f6a84b38705042 Mon Sep 17 00:00:00 2001
|
||
|
From: Alexey Lyubimov <a.lyubimov@softline.com>
|
||
|
Date: Fri, 16 Feb 2024 12:27:56 +0300
|
||
|
Subject: [PATCH] set-a-hotkey-Super-X-to-open-ArcMenu
|
||
|
|
||
|
---
|
||
|
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 01aa50f..8dbe89f 100644
|
||
|
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
||
|
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
||
|
@@ -285,7 +285,7 @@
|
||
|
<description>Custom hot corner terminal command.</description>
|
||
|
</key>
|
||
|
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arc-menu.menu-hotkey">
|
||
|
- <default>'Undefined'</default>
|
||
|
+ <default>'Custom'</default>
|
||
|
<summary>The menu hotkey to open the Arc Menu.</summary>
|
||
|
<description>The menu hotkey to open the Arc Menu.</description>
|
||
|
</key>
|
||
|
--
|
||
|
2.39.3
|
||
|
|