-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand.json
More file actions
66 lines (66 loc) · 1.69 KB
/
command.json
File metadata and controls
66 lines (66 loc) · 1.69 KB
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
{
"apearance": {
"type": "header",
"description": "Appearance and behavior"
},
"panelIcon": {
"type": "iconfilechooser",
"description": "Panel Icon",
"default": "go-next",
"tooltip": "Supports both icon name and icon path.\nTo use a symbolic icon, include '-symbolic' (or '-symbolic.svg') at the end.",
"value": "rotation-allowed-symbolic"
},
"tooltipText": {
"type": "entry",
"description": "Tooltip",
"default": "",
"value": "Rotate monitor 2"
},
"keyLaunch": {
"type": "keybinding",
"description": "Keyboard shortcut",
"default": "",
"value": ""
},
"showNotifications": {
"type": "checkbox",
"description": "Show notifications on completion",
"default": false,
"value": false
},
"sep1": {
"type": "separator"
},
"commandTitle": {
"type": "header",
"description": "Command settings"
},
"command": {
"type": "entry",
"description": "Command",
"default": "",
"value": "sh ~/rotate.sh"
},
"useRoot": {
"type": "checkbox",
"description": "Run as root",
"default": false,
"value": false
},
"useAltEnv": {
"type": "checkbox",
"description": "Run in alternate directory",
"default": false,
"value": false
},
"altEnv": {
"type": "filechooser",
"description": "Environment path",
"default": "/",
"select-dir": true,
"indent": true,
"dependency": "useAltEnv",
"value": "/"
},
"__md5__": "79c299413041467ad03f5556895d2f3c"
}