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
952 B
26 lines
952 B
From 176d6fc79ef8ceae5092a16e2947a211838c7502 Mon Sep 17 00:00:00 2001
|
|
From: Alexey Lyubimov <a.lyubimov@softline.com>
|
|
Date: Fri, 16 Feb 2024 12:25:11 +0300
|
|
Subject: [PATCH] Display-on-all-monitors
|
|
|
|
---
|
|
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 c775625..01aa50f 100644
|
|
--- a/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
+++ b/schemas/org.gnome.shell.extensions.arc-menu.gschema.xml
|
|
@@ -260,7 +260,7 @@
|
|
<description>Show power button.</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.39.3
|
|
|