From 2bfadcd243cc884ed26aa7173c0e57f5cbcd2da2 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 11 May 2010 19:01:27 +0200 Subject: rc.lua: upgraded to awesome v3.4.5 --- rc.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index ebe177f..094d7a6 100644 --- a/rc.lua +++ b/rc.lua @@ -1,6 +1,6 @@ -- {{{ License -- --- Awesome configuration, using awesome 3.4-git on Arch GNU/Linux +-- Awesome configuration, using awesome 3.4.5 on Arch GNU/Linux -- * Adrian C. -- Screenshot: http://sysphere.org/gallery/snapshots @@ -23,6 +23,7 @@ require("scratch") -- {{{ Variable definitions local altkey = "Mod1" local modkey = "Mod4" + local home = os.getenv("HOME") local exec = awful.util.spawn local sexec = awful.util.spawn_with_shell @@ -403,7 +404,7 @@ globalkeys = awful.util.table.join( end), awful.key({ altkey }, "Escape", function () mouse.coords({x=525, y=330}, true) awful.menu.menu_keys.down = { "Down", "Alt_L" } - local cmenu = awful.menu.clients({ width = 230 }, true) + local cmenu = awful.menu.clients({ width=230 }, {keygrabber=true }) end), awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx(1) end), awful.key({ modkey, "Shift" }, "k", function () awful.client.swap.byidx(-1) end) -- cgit v1.2.3