From 5f27834885e28eec19eb9eff0eac08b26ffd10d5 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 9 Feb 2015 23:02:19 +0300 Subject: [PATCH] trying out swapcaps instead of nocaps now that I am fairly used to using caps for control --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 3fe56f2..c3dee59 100644 --- a/rc.lua +++ b/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 -- 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:swapcaps,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