Skip to content

Commit

Permalink
Set bell to false by default, add description (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames authored and danirabbit committed Dec 5, 2018
1 parent 8108c28 commit 0dc43a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/io.elementary.terminal.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
<description>Defines whether Alt+N goes to nth tab.</description>
</key>
<key name="audible-bell" type="b">
<default>true</default>
<summary>Defines whether the terminal has a bell or not.</summary>
<description>Enables or disables the terminal bell.</description>
<default>false</default>
<summary>Whether or not to use an audible bell event alert</summary>
<description>Used when hitting the end of a line like in GTK entries, but also for tab-completion when there are either no or multiple possible completions.</description>
</key>
<key name="natural-copy-paste" type="b">
<default>true</default>
Expand All @@ -101,7 +101,7 @@
<summary>Color of the text.</summary>
<description>
The color of the text of the terminal.

The string can be either one of:
- A hexadecimal value in the form “#rgb”, “#rrggbb”, “#rrrgggbbb” or ”#rrrrggggbbbb”
- A RGB color in the form “rgb(r,g,b)” (In this case the color will have full opacity)
Expand All @@ -113,7 +113,7 @@
<summary>Color of the background.</summary>
<description>
The color of the background of the terminal.

The string can be either one of:
- A hexadecimal value in the form “#rgb”, “#rrggbb”, “#rrrgggbbb” or ”#rrrrggggbbbb”
- A RGB color in the form “rgb(r,g,b)” (In this case the color will have full opacity)
Expand All @@ -125,7 +125,7 @@
<summary>Color of the cursor.</summary>
<description>
The color of the cursor of the terminal.

The string can be either one of:
- A hexadecimal value in the form “#rgb”, “#rrggbb”, “#rrrgggbbb” or ”#rrrrggggbbbb”
- A RGB color in the form “rgb(r,g,b)” (In this case the color will have full opacity)
Expand Down

0 comments on commit 0dc43a8

Please sign in to comment.