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
954 B
26 lines
954 B
1 year ago
|
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
|
||
|
|