From e4e13403defa8ebb9c116e85d47eb7d8f15fc850 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 3 Sep 2014 09:30:28 +0400 Subject: [PATCH] switch back to caps lock layout switch, nothing more useful is there apparently --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index afcfd6e..b508824 100644 --- a/rc.lua +++ b/rc.lua @@ -613,7 +613,7 @@ 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. -awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option grp:win_space_toggle,caps:ctrl_modifier,compose:menu,grp_led:scroll') +awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option grp:caps_toggle,grp:win_space_toggle,compose:menu,grp_led:scroll') awful.util.spawn_with_shell('xrdb /home/von/.Xresources') if ifexists('/home/von/.autostart') then awful.util.spawn_with_shell('/home/von/.autostart')