- Set a hotkey (Super-X) to open ArcMenui9ce changed/i9/gnome-shell-extension-arcmenu-27-6.el9
parent
164ca0a605
commit
aa2839d840
@ -0,0 +1,25 @@
|
||||
From b43a4e3bba422a38e55716133d7da8f2bbad3b45 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Mon, 4 Sep 2023 19:25:29 +0300
|
||||
Subject: [PATCH 2/3] Display on all monitors
|
||||
|
||||
---
|
||||
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 450b222..92b66ce 100644
|
||||
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
@@ -509,7 +509,7 @@
|
||||
<description>See Constants.js PowerOptions</description>
|
||||
</key>
|
||||
<key type="b" name="multi-monitor">
|
||||
- <default>false</default>
|
||||
+ <default>true</default>
|
||||
<summary>Display on all monitors</summary>
|
||||
<description>Display the menu on all monitors when using Dash to Panel.</description>
|
||||
</key>
|
||||
--
|
||||
2.41.0
|
||||
|
@ -0,0 +1,25 @@
|
||||
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
|
||||
|
Loading…
Reference in new issue