From 0ab30aed03ab8c170c1ebc561adb8192fcbed3ce Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 28 Jan 2013 17:11:39 +0400 Subject: [PATCH] Key bindings fix (Ctrl+Alt+Space). --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index b6a2ada..384e4b5 100644 --- a/rc.lua +++ b/rc.lua @@ -72,8 +72,6 @@ tags = { tags[s] = awful.tag(tags.names, s, tags.layout) end -require("apprules") - ----< Menu >---------------------------------------------------------- -- Create a laucher widget and a main menu myawesomemenu = { @@ -437,6 +435,8 @@ clientkeys = awful.util.table.join( end) ) +require("apprules") + -- Compute the maximum number of digit we need, limited to 9 keynumber = 0 for s = 1, screen.count() do