mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Added settings
This commit is contained in:
BIN
schemas/gschemas.compiled
Normal file
BIN
schemas/gschemas.compiled
Normal file
Binary file not shown.
21
schemas/org.gnome.shell.extensions.wintile.gschema.xml
Normal file
21
schemas/org.gnome.shell.extensions.wintile.gschema.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema id="org.gnome.shell.extensions.wintile" path="/org/gnome/shell/extensions/wintile/">
|
||||
<key name="cols" type="i">
|
||||
<default>0</default>
|
||||
<summary>Number of columns (2 or 4 only)</summary>
|
||||
<description></description>
|
||||
<range min="0" max="1"/>
|
||||
</key>
|
||||
<key name="use-maximize" type="b">
|
||||
<default>true</default>
|
||||
<summary>Turn on/off use of maximizing windows</summary>
|
||||
<description>When on, certain windows that won't resize full screen like Terminal will, however animations may occur between tile shifts.</description>
|
||||
</key>
|
||||
<key name="debug" type="b">
|
||||
<default>false</default>
|
||||
<summary>Turn on/off debug output</summary>
|
||||
<description></description>
|
||||
</key>
|
||||
</schema>
|
||||
</schemalist>
|
||||
Reference in New Issue
Block a user