From b526c7f0968a5c5cc3e91b9ff99c28fed285335d Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 11 Feb 2015 20:56:29 +0300 Subject: [PATCH] ins on menu does not work and is barely useful --- rc.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc.lua b/rc.lua index 3fe56f2..6fb3516 100644 --- a/rc.lua +++ b/rc.lua @@ -664,8 +664,6 @@ client.connect_signal('unfocus', function(c) c.border_color = beautiful.border_n -- 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') ----- insert on menu -awful.util.spawn_with_shell('xmodmap -e "keycode 135 = Insert"') ---- populate xrdb with .Xresources config awful.util.spawn_with_shell('xrdb /home/von/.Xresources') ---- execute all the other shit, installation specific