From d3d907d05786c428d210882bf48c2d9c004b57e4 Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 19 Feb 2015 12:17:04 +0300 Subject: [PATCH] gimme back my compose menu key --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua b/rc.lua index 6fb3516..0e5ab22 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:nocaps,grp:win_space_toggle,grp_led:scroll,compose:menu') ---- populate xrdb with .Xresources config awful.util.spawn_with_shell('xrdb /home/von/.Xresources') ---- execute all the other shit, installation specific