You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guake/data/org.guake.gschema.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@
94
94
<keyname="tab-ontop"type="b">
95
95
<default>false</default>
96
96
<summary>Tab on top.</summary>
97
-
<description>Makes tab bar on top of the Guake window. Per default, tabs appears bellow the terminal. Setting this to True will move the tab on top of the terminal. Requires a restart.</description>
97
+
<description>Makes tab bar on top of the Guake window. Per default, tabs appears below the terminal. Setting this to True will move the tab on top of the terminal. Requires a restart.</description>
98
98
</key>
99
99
<keyname="new-tab-after"type="b">
100
100
<default>false</default>
@@ -244,7 +244,7 @@
244
244
<keyname="compat-backspace"type="s">
245
245
<default>'ascii-delete'</default>
246
246
<summary>Backspace Compatibility</summary>
247
-
<description>Defines the behavior of backscape key.</description>
247
+
<description>Defines the behavior of backspace key.</description>
<summary>Path to the default custom command json file.</summary>
272
-
<description>Path to the default custom command json file. If is blank or the json file is not in a proper format the terminal context menu will be built without custom commands. If the file is a valid json with recognized structure theterminak context menu will be buit with the commands read inside.</description>
272
+
<description>Path to the default custom command json file. If is blank or the json file is not in a proper format the terminal context menu will be built without custom commands. If the file is a valid json with recognized structure theterminak context menu will be built with the commands read inside.</description>
0 commit comments