1
0
Fork 0

gimme back my compose menu key

This commit is contained in:
Von Random 2015-02-19 12:17:04 +03:00
parent d3b83208e0
commit d3d907d057

2
rc.lua
View file

@ -663,7 +663,7 @@ client.connect_signal('unfocus', function(c) c.border_color = beautiful.border_n
-- 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:scroll')
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:scroll,compose:menu')
---- populate xrdb with .Xresources config
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
---- execute all the other shit, installation specific