Fix hotkeys/mouse clicks on secondary keyboard layout.

awesome-3.5
Kolan Sh 2015-03-15 13:12:50 +03:00
parent e798bbe862
commit 4127fcd2ac
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME"
os.execute ("pgrep mail_loop.sh || "..os.getenv("HOME").."/.config/awesome/mail_loop.sh &")
os.execute ("pgrep lightsOn.sh || "..os.getenv("HOME").."/.config/awesome/lightsOn.sh &")
os.execute ("pgrep wicd-client || wicd-gtk --tray &")
os.execute ("xkbcomp $DISPLAY - | egrep -v 'group . = AltGr;' | xkbcomp - $DISPLAY")