1J4-DMENU-DESKTOP(1) General Commands Manual J4-DMENU-DESKTOP(1)
2
3
4
6 j4-dmenu-desktop - faster replacement for i3-dmenu-desktop
7
9 j4-dmenu-desktop is a faster replacement for i3-dmenu-desktop.
10
11 It's purpose is to find .desktop files and offer you a menu to start an
12 application using dmenu.
13
14
16 j4-dmenu-desktop [--dmenu="dmenu -i"] [--term="i3-sensible-ter‐
17 minal"]
18
20 --dmenu=<command>
21 Determines the command used to invoke dmenu Executed with your
22 shell ($SHELL) or /bin/sh
23
24 --use-xdg-de
25 Enables reading $XDG_CURRENT_DESKTOP to determine the desktop
26 environment
27
28 --display-binary
29 Display binary name after each entry (off by default)
30
31 --no-generic
32 Do not include the generic name of desktop entries
33
34 --term=<command>
35 Sets the terminal emulator used to start terminal apps
36
37 --usage-log=<file>
38 Must point to a read-writeable file (will create if not exists).
39 In this mode entries are sorted by usage frequency.
40
41 --wait-on=<path>
42 Must point to a path where a file can be created. In this mode
43 no menu will be shown. Instead the program waits for <path> to
44 be written to (use echo > path). Every time this happens a menu
45 will be shown. Desktop files are parsed ahead of time. Perfom‐
46 ing 'echo -n q > path' will exit the program.
47
48 --no-exec
49 Do not execute selected command, send to stdout instead
50
51 --help Display this help message
52
53
55 https://github.com/enkore/j4-dmenu-desktop
56
58 Copyright (C) 2013 enkore <public+j4-dmenu-desktop@enkore.de>
59
60 This program is free software: you can redistribute it and/or modify it
61 under the terms of the GNU General Public License as published by the
62 Free Software Foundation, either version 3 of the License, or (at your
63 option) any later version.
64
65 This program is distributed in the hope that it will be useful, but
66 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
67 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
68 Public License for more details.
69
70 You should have received a copy of the GNU General Public License along
71 with this program. If not, see <http://www.gnu.org/licenses/>.
72
73
74
75 J4-DMENU-DESKTOP(1)