diff options
Diffstat (limited to 'desktop/j4-dmenu-desktop/README')
-rw-r--r-- | desktop/j4-dmenu-desktop/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/desktop/j4-dmenu-desktop/README b/desktop/j4-dmenu-desktop/README index d23b69ad53..5389503ddf 100644 --- a/desktop/j4-dmenu-desktop/README +++ b/desktop/j4-dmenu-desktop/README @@ -4,8 +4,9 @@ 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. -When j4-dmenu-desktop starts an application that runs in a terminal, by -default it uses i3-sensible-terminal. If you'd rather use a different -terminal emulator, set TERMINAL in the script's environment. Example: +When j4-dmenu-desktop starts an application that runs in a terminal, +by default it uses i3-sensible-terminal if it's installed on the build +host, or xterm if not. If you'd rather use a different terminal emulator, +set TERMINAL in the script's environment. Example: -# TERMINAL=xterm ./j4-dmenu-desktop.SlackBuild +# TERMINAL=urxvt ./j4-dmenu-desktop.SlackBuild |