kiran-menu/0001-feature-menu-Other-workspace-Windows-are-not-display.patch
2024-04-09 16:16:16 +08:00

31 lines
1.1 KiB
Diff

From fa552176bffd1878a688107cbbad871401b09417 Mon Sep 17 00:00:00 2001
From: yangfeng <yangfeng@kylinsec.com.cn>
Date: Thu, 21 Dec 2023 10:05:44 +0800
Subject: [PATCH 1/5] feature(menu): Other workspace Windows are not displayed
by default.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 默认不显示其他工作区窗口
---
data/com.kylinsec.kiran.taskbar.gschema.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/com.kylinsec.kiran.taskbar.gschema.xml.in b/data/com.kylinsec.kiran.taskbar.gschema.xml.in
index f433706..dfde810 100644
--- a/data/com.kylinsec.kiran.taskbar.gschema.xml.in
+++ b/data/com.kylinsec.kiran.taskbar.gschema.xml.in
@@ -5,7 +5,7 @@
<default>['org.gnome.Software.desktop', 'firefox.desktop', 'caja.desktop', 'mate-terminal.desktop']</default>
</key>
<key name="show-active-workspace-apps" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Whether only show apps for current active workspace on the taskbar</summary>
</key>
</schema>
--
2.27.0