map insert on menu
This commit is contained in:
parent
5184196579
commit
be98b7ae46
1 changed files with 3 additions and 1 deletions
4
rc.lua
4
rc.lua
|
@ -663,7 +663,9 @@ client.connect_signal('unfocus', function(c) c.border_color = beautiful.border_n
|
||||||
-- don't forget you sync this file
|
-- don't forget you sync this file
|
||||||
-- this shit runs every time you restart your wm, dumbass.
|
-- this shit runs every time you restart your wm, dumbass.
|
||||||
---- set keyboard layouts
|
---- 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')
|
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:scroll')
|
||||||
|
---- insert on menu
|
||||||
|
awful.util.spawn_with_shell('xmodmap -e "keycode 135 = Insert"')
|
||||||
---- populate xrdb with .Xresources config
|
---- populate xrdb with .Xresources config
|
||||||
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
|
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
|
||||||
---- execute all the other shit, installation specific
|
---- execute all the other shit, installation specific
|
||||||
|
|
Loading…
Reference in a new issue