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')