Difference between revisions of "DMenu"

139 bytes removed ,  6 years ago
imported>Stagiros
imported>Stagiros
Line 15: Line 15:
Assuming that you have correctly set up your system's LOCALE settings, here is a simple solution to this problem:
Assuming that you have correctly set up your system's LOCALE settings, here is a simple solution to this problem:
<br /><br />
<br /><br />
Edit file /etc/X11/xorg.conf.d/20-keyboard.conf
Edit file /usr/bin/dmenu_run
<pre>sudo nano /etc/X11/xorg.conf.d/20-keyboard.conf</pre>
<pre>sudo nano /usr/bin/dmenu_run</pre>


In section "InputClass", after the line Identifier "system-keyboard", add the lines
Add a line setting your LANG variable tou your actual language locale:
<pre>Option "XkbLayout" "gb,gr(polytonic)"
<pre>LANG="en_GB.UTF-8"</pre>
Option "XkbOptions" "grp:lalt_lshift_toggle,terminate:ctrl_alt_bksp"</pre>
and save.
and save.
<br />
<br />
Anonymous user