forked from 3snowp7im/urn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
urn-gtk.gschema.xml
65 lines (65 loc) · 2.48 KB
/
urn-gtk.gschema.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/wildmouse/urn/" id="wildmouse.urn">
<key name="start-decorated" type="b">
<default>false</default>
<summary>Start decorated</summary>
<description>Start with window decorations.</description>
</key>
<key name="hide-cursor" type="b">
<default>true</default>
<summary>Hide cursor</summary>
<description>Hides the cursor when it hovers over the window.</description>
</key>
<key name="theme" type="s">
<default>'standard'</default>
<summary>Theme</summary>
<description>Window theme.</description>
</key>
<key name="theme-variant" type="s">
<default>''</default>
<summary>Theme variant</summary>
<description>Window theme variant.</description>
</key>
<key name="global-hotkeys" type="b">
<default>false</default>
<summary>Global hotkeys</summary>
<description>Enables global hotkeys for timer controls.</description>
</key>
<key name="keybind-start-split" type="s">
<default>'space'</default>
<summary>Start/split keybind</summary>
<description>Key for starting / splitting the timer.</description>
</key>
<key name="keybind-stop-reset" type="s">
<default>'BackSpace'</default>
<summary>Stop/Reset keybind</summary>
<description>Key for stopping / resetting the timer.</description>
</key>
<key name="keybind-cancel" type="s">
<default>'Delete'</default>
<summary>Cancel keybind</summary>
<description>Key for canceling the run timer.</description>
</key>
<key name="keybind-unsplit" type="s">
<default>'Page_Up'</default>
<summary>Unsplit keybind</summary>
<description>Key for unsplitting.</description>
</key>
<key name="keybind-skip-split" type="s">
<default>'Page_Down'</default>
<summary>Skip split keybind</summary>
<description>Key for skipping the current split.</description>
</key>
<key name="keybind-toggle-decorations" type="s">
<default>'Control_R'</default>
<summary>Toggle window decorations keybind</summary>
<description>Key for toggling window decorations.</description>
</key>
<key name="splits-folder" type="s">
<default>'~/.urn'</default>
<summary>Splits folder</summary>
<description>When choosing a splits file, file dialog starts in this folder (auto-updated to last folder you used)</description>
</key>
</schema>
</schemalist>