1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="com.github.muriloventuroso.easyssh" path="/com/github/muriloventuroso/easyssh/">
<key name="pos-x" type="i">
<default>920</default>
<summary>The saved width of the window.</summary>
<description></description>
</key>
<key name="pos-y" type="i">
<default>920</default>
<summary>The saved width of the window.</summary>
<description></description>
</key>
<key name="window-width" type="i">
<default>1100</default>
<summary>The saved width of the window.</summary>
<description></description>
</key>
<key name="window-height" type="i">
<default>640</default>
<summary>The saved height of the window.</summary>
<description></description>
</key>
<key name="window-maximized" type="b">
<default>false</default>
<summary>Maximized window.</summary>
<description></description>
</key>
<key name="panel-size" type="i">
<default>80</default>
<summary>The saved width of the pages panel.</summary>
<description></description>
</key>
<key name="hosts-folder" type="s">
<default>''</default>
<summary>Folder of hosts file.</summary>
<description></description>
</key>
<key name="terminal-background-color" type="s">
<default>'rgb(0,0,0)'</default>
<summary>Background color to use in terminal.</summary>
<description></description>
</key>
<key name="terminal-font" type="s">
<default>''</default>
<summary>Font name and size to use in terminal.</summary>
<description></description>
</key>
<key name="restore-hosts" type="b">
<default>false</default>
<summary>Should restore opened hosts</summary>
<description>Should restore opened hosts</description>
</key>
<key name="hosts" type="as">
<default>[]</default>
<summary>List of active hosts from the last window.</summary>
<description>List of active hosts from the last window.</description>
</key>
<key name="use-dark-theme" type="b">
<default>false</default>
<summary>Use Dark Theme.</summary>
<description>Use Dark Theme.</description>
</key>
<key name="sync-ssh-config" type="b">
<default>false</default>
<summary>Sync SSH Config</summary>
<description>Sync SSH Config</description>
</key>
<key name="encrypt-data" type="b">
<default>false</default>
<summary>Encrypt Data</summary>
<description>Protect data with password</description>
</key>
<key name="scrollback-lines" type="s">
<default>'-1'</default>
<summary>Scrollback Lines</summary>
<description>Sets the length of the scrollback buffer used by the terminal. 0 can safely be used to disable scrollback. A negative value means "infinite scrollback".</description>
</key>
<key name="audible-bell" type="b">
<default>true</default>
<summary>Audible Bell</summary>
<description>Controls whether or not the terminal will beep when the child outputs the "bl" sequence.</description>
</key>
</schema>
</schemalist>
|