trying out swapcaps instead of nocaps now that I am fairly used to using caps for control
This commit is contained in:
parent
a61bd3e737
commit
5f27834885
1 changed files with 1 additions and 1 deletions
2
rc.lua
2
rc.lua
|
@ -663,7 +663,7 @@ 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,grp_led:scroll')
|
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:swapcaps,grp:win_space_toggle,grp_led:scroll')
|
||||||
---- insert on menu
|
---- insert on menu
|
||||||
awful.util.spawn_with_shell('xmodmap -e "keycode 135 = Insert"')
|
awful.util.spawn_with_shell('xmodmap -e "keycode 135 = Insert"')
|
||||||
---- populate xrdb with .Xresources config
|
---- populate xrdb with .Xresources config
|
||||||
|
|
Loading…
Reference in a new issue