reworked gschema

This commit is contained in:
Martin Wagner 2021-08-21 00:28:36 +02:00
parent 362251bff7
commit d8bdbbb4be

View File

@ -7,133 +7,107 @@
<key type="b" name="maximize">
<default>false</default>
<summary>Maximize mpdevil on startup</summary>
<description></description>
</key>
<key type="i" name="width">
<default>1006</default>
<summary>Default width of window</summary>
<description></description>
</key>
<key type="i" name="height">
<default>990</default>
<summary>Default height of window</summary>
<description></description>
</key>
<key type="i" name="paned0">
<default>370</default>
<summary>Default position of cover/playlist separator</summary>
<description></description>
</key>
<key type="i" name="paned1">
<default>246</default>
<summary>Default position of artist/albums separator</summary>
<description></description>
</key>
<key type="i" name="paned2">
<default>572</default>
<summary>Default position of paned1/paned0 separator</summary>
<description></description>
</key>
<key type="b" name="mini-player">
<default>false</default>
<summary>Start player in mini player mode</summary>
<description></description>
</key>
<key type="i" name="album-cover">
<default>170</default>
<summary>Size of covers in album view</summary>
<description></description>
</key>
<key type="i" name="track-cover">
<default>370</default>
<summary>Size of main cover</summary>
<description></description>
</key>
<key type="i" name="icon-size">
<default>24</default>
<summary>Size of icons in main control bar</summary>
<description></description>
</key>
<key type="b" name="use-csd">
<default>true</default>
<summary>Use Client-side decoration</summary>
<description></description>
</key>
<key type="b" name="show-stop">
<default>true</default>
<summary>Show stop button</summary>
<description></description>
</key>
<key type="b" name="show-audio-format">
<default>true</default>
<summary>Show audio format</summary>
<description></description>
</key>
<key type="b" name="show-lyrics-button">
<default>true</default>
<summary>Show lyrics button</summary>
<description></description>
</key>
<key type="b" name="sort-albums-by-year">
<default>true</default>
<summary>Sort albums by year</summary>
<description></description>
</key>
<key type="b" name="send-notify">
<default>false</default>
<summary>Send notification on title change</summary>
<description></description>
</key>
<key type="b" name="stop-on-quit">
<default>false</default>
<summary>Stop playback on quit</summary>
<description></description>
</key>
<key type="b" name="force-mode">
<default>false</default>
<summary>Play selected albums directly</summary>
<description></description>
</key>
<key type="b" name="use-album-artist">
<default>true</default>
<summary>Use 'Album Artist' tag to group albums</summary>
<description></description>
</key>
<key type="b" name="mpris">
<default>true</default>
<summary>Provide MPRIS</summary>
<description></description>
</key>
<key type="b" name="rewind-mode">
<default>false</default>
<summary>Classic previous button behavior</summary>
<description></description>
</key>
<key type="ai" name="column-permutation">
<default>[0, 1, 2, 3, 4, 5, 6, 7]</default>
<summary>Column order in playlist</summary>
<description></description>
</key>
<key type="ab" name="column-visibilities">
<default>[true, false, true, true, true, true, false, false]</default>
<summary>Visibility of columns in playlist</summary>
<description></description>
</key>
<key type="ai" name="column-sizes">
<default>[33, 0, 203, 153, 174, 0, 0, 0]</default>
<summary>Sizes of columns in playlist</summary>
<description></description>
</key>
<key type="b" name="playlist-right">
<default>false</default>
<summary>Move playlist to the right</summary>
<description></description>
</key>
<key type="i" name="active-profile">
<range min="0" max="2"/>
<default>0</default>
<summary>Active profile</summary>
<description></description>
</key>
<key type="i" name="refresh-interval">
<default>100</default>
@ -172,5 +146,3 @@
</key>
</schema>
</schemalist>