Difference between revisions of "DMenu"
Views
Actions
Namespaces
Variants
Tools
→Solution
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" | 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. |