summaryrefslogtreecommitdiffstats
path: root/desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod')
-rw-r--r--desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod56
1 files changed, 56 insertions, 0 deletions
diff --git a/desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod b/desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod
new file mode 100644
index 0000000000..0d92f48a36
--- /dev/null
+++ b/desktop/j4-dmenu-desktop/j4-dmenu-desktop.pod
@@ -0,0 +1,56 @@
+# pod2man --stderr -r20140310 -s1 -cSlackBuilds.org -nJ4-DMENU-DESKTOP < j4-dmenu-desktop.pod > j4-dmenu-desktop.1
+
+=pod
+
+=head1 NAME
+
+j4-dmenu-desktop - a faster replacement for i3-dmenu-desktop
+
+=head1 SYNOPSIS
+
+B<j4-dmenu-desktop> [--dmenu="command"] [--term="command"] [--display-binary]
+
+=head1 DESCRIPTION
+
+j4-dmenu-desktop is a replacement for i3-dmenu-desktop. Its purpose
+is to find .desktop files and offer you a menu to start an application
+using dmenu.
+
+=head1 OPTIONS
+
+=over
+
+=item --dmenu=<command>
+
+Determines the command used to invoke dmenu. Default is "dmenu
+-i". Executed with your shell ($SHELL) or /bin/sh.
+
+=item --display-binary
+
+Display binary name after each entry (off by default).
+
+=item --term=<command>
+
+Sets the terminal emulator used to start terminal apps. Default is _TERMINAL_.
+
+=item --help
+
+Display help message.
+
+=back
+
+=head1 FILES
+
+=over
+
+=item /usr/share/applications/*.desktop
+
+=item $HOME/.local/share/applications/*.desktop
+
+=back
+
+=head1 AUTHOR
+
+j4-dmenu-desktop is copyright (c) 2013 Marian Beermann, GPLv3 license.
+
+This man page written by B. Watson for the SlackBuilds.org project.