53 lines
2.4 KiB
Diff
53 lines
2.4 KiB
Diff
From be3f4b53198b0abe3cb6cb74d8f0e2b6332d68e2 Mon Sep 17 00:00:00 2001
|
|
From: Fabio Valentini <decathorpe@gmail.com>
|
|
Date: Mon, 14 Mar 2022 15:22:50 +0100
|
|
Subject: [PATCH 0/5] Modify default settings for Fedora
|
|
|
|
---
|
|
data/gala.gschema.xml | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/data/gala.gschema.xml b/data/gala.gschema.xml
|
|
index 872a9795..1de3a2d9 100644
|
|
--- a/data/gala.gschema.xml
|
|
+++ b/data/gala.gschema.xml
|
|
@@ -26,7 +26,7 @@
|
|
|
|
<schema path="/org/pantheon/desktop/gala/behavior/" id="org.pantheon.desktop.gala.behavior">
|
|
<key enum="GalaActionType" name="hotcorner-topleft">
|
|
- <default>"none"</default>
|
|
+ <default>"open-launcher"</default>
|
|
<summary>Action for the top left corner</summary>
|
|
<description></description>
|
|
</key>
|
|
@@ -71,7 +71,7 @@
|
|
<description>DEPRECATED: This key is deprecated and ignored.</description>
|
|
</key>
|
|
<key type="s" name="panel-main-menu-action">
|
|
- <default>''</default>
|
|
+ <default>'io.elementary.wingpanel --toggle-indicator=app-launcher'</default>
|
|
<summary>Panel main menu action</summary>
|
|
<description>Sets the command to run when the panel-main-menu keybinding is pressed.</description>
|
|
</key>
|
|
@@ -81,7 +81,7 @@
|
|
<description></description>
|
|
</key>
|
|
<key type="s" name="overlay-action">
|
|
- <default>''</default>
|
|
+ <default>'io.elementary.wingpanel --toggle-indicator=app-launcher'</default>
|
|
<summary></summary>
|
|
<description></description>
|
|
</key>
|
|
@@ -179,7 +179,7 @@
|
|
<description>When true, instead of having independent titlebars, modal dialogs appear attached to the titlebar of the parent window and are moved together with the parent window.</description>
|
|
</key>
|
|
<key type="s" name="button-layout">
|
|
- <default>'close:maximize'</default>
|
|
+ <default>'close:menu,maximize'</default>
|
|
<summary>Arrangement of buttons on the titlebar</summary>
|
|
<description>Arrangement of buttons on the titlebar. The value should be a string, such as "menu:minimize,maximize,spacer,close"; the colon separates the left corner of the window from the right corner, and the button names are comma-separated. Duplicate buttons are not allowed. Unknown button names are silently ignored so that buttons can be added in future metacity versions without breaking older versions. A special spacer tag can be used to insert some space between two adjacent buttons.</description>
|
|
</key>
|
|
--
|
|
2.35.1
|
|
|