From 128dbc083b7ed6b7b2375812f7763d0181ec07ad Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 29 Aug 2016 15:40:33 +0300 Subject: [PATCH] now set keyboard layouts via fixkb.zsh --- rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index 75bd7fc..c9441f5 100644 --- a/rc.lua +++ b/rc.lua @@ -814,9 +814,9 @@ end -- {{{ Autostart -- don't forget you sync this file -- this shit runs every time you restart your wm, dumbass. ----- set keyboard layouts -awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:caps,compose:menu') -awful.util.spawn_with_shell('xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY') +---- set keyboard layouts (fixkb.zsh is made to fix that) +--awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:caps,compose:menu') +--awful.util.spawn_with_shell('xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY') ---- populate xrdb with .Xresources config if exists('/home/von/.Xresources') then awful.util.spawn_with_shell('xrdb /home/von/.Xresources')