Manjaro Difference between revisions of "DMenu"

Difference between revisions of "DMenu"

From Manjaro
imported>Stagiros
imported>Stagiros
Line 21: Line 21:
Add a line setting your LANG variable to your actual language locale before the line that calls dmenu:
Add a line setting your LANG variable to your actual language locale before the line that calls dmenu:
<pre>#!/bin/sh
<pre>#!/bin/sh
LANG="en_GB.UTF-8"                                             <-- This is the line added. Change it according to your locale.
LANG="en_GB.UTF-8"                                   <-- This is the line added. Change it according to your locale.
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &</pre>
dmenu_path | dmenu "$@" | ${SHELL:-"/bin/sh"} &</pre>
and save.
and save.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.