workaround should be applied before setxbmap, duh
This commit is contained in:
parent
7adf0670ce
commit
a1342e39ea
1 changed files with 2 additions and 2 deletions
4
rc.lua
4
rc.lua
|
@ -662,10 +662,10 @@ client.connect_signal('unfocus', function(c) c.border_color = beautiful.border_n
|
|||
-- {{{ 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,compose:menu,grp_led:scroll')
|
||||
---- apply the workaround to make mouse work outside en-us keyboard layout
|
||||
awful.util.spawn_with_shell('xkbcomp $DISPLAY - | egrep -v "group . = AltGr;" | xkbcomp - $DISPLAY')
|
||||
---- set keyboard layouts
|
||||
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,compose:menu,grp_led:scroll')
|
||||
---- populate xrdb with .Xresources config
|
||||
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
|
||||
---- execute all the other shit, installation specific
|
||||
|
|
Loading…
Reference in a new issue