-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathj4-dmenu-desktop.yaml
85 lines (63 loc) · 2.66 KB
/
j4-dmenu-desktop.yaml
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
prog: "j4-dmenu-desktop"
options:
- option_strings: ["-h", "--help"]
help: "print help message"
final: true
- option_strings: ["--version"]
help: "display program version"
final: true
- option_strings: ["-b", "--display-binary"]
help: "display binary name after each entry"
- option_strings: ["-f", "--display-binary-base"]
help: "display binary name after each entry"
- option_strings: ["-d", "--dmenu"]
help: "command used to invoke dmenu"
complete: ["command"]
- option_strings: ["--no-exec"]
help: "do not execute selected command, send to stdout instead"
- option_strings: ["--no-generic"]
help: "do not include the generic name of desktop entries"
- option_strings: ["-t", "--term"]
help: "sets the terminal emulator used to start terminal apps"
complete: ["command"]
- option_strings: ["--term-mode"]
help: "set terminal emulator execution strategy"
complete: ["choices", ["default", "xterm", "alacritty", "kitty", "terminator", "gnome-terminal", "custom"]]
- option_strings: ["--usage-log"]
help: "set usage log"
complete: ["file"]
- option_strings: ["--prune-bad-usage-log-entries"]
help: "remove bad history entries"
- option_strings: ["-x", "--use-xdg-de"]
help: "enables reading $XDG_CURRENT_DESKTOP to determine the desktop environment"
- option_strings: ["--wait-on"]
help: "enable daemon mode"
complete: ["file"]
- option_strings: ["--wrapper"]
help: "a wrapper binary"
complete: ["command"]
- option_strings: ["-I", "--i3-ipc"]
help: "execute desktop entries through i3 IPC"
- option_strings: ["--skip-i3-exec-check"]
help: "disable the check for '--wrapper \"i3 exec\"'"
- option_strings: ["-i", "--case-insensitive"]
help: "sort applications case insensitively"
- option_strings: ["-v"]
help: "be more verbose, can be specified multiple times"
repeatable: true
- option_strings: ["--log-level"]
help: "set loglevel"
complete: ["choices", ["ERROR", "WARNING", "INFO", "DEBUG"]]
- option_strings: ["--log-file"]
help: "specify a log file"
complete: ["file"]
- option_strings: ["--log-file-level"]
help: "set file loglevel"
complete: ["choices", ["ERROR", "WARNING", "INFO", "DEBUG"]]
- option_strings: ["--desktop-file-quirks"]
help: "set compatibility modes"
groups: ["quirks"]
complete: ["value_list", {"values": {"wine": "compatibility with desktop files generated by Wine", "multispace": "accept multiple spaces as argument separators in Exec", "nowine": "", "nomultispace": ""}}]
- option_strings: ["--strict-parsing"]
help: "enable strict desktop file parsing"
groups: ["quirks"]