summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-11 19:01:27 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-11 19:01:27 +0200
commit2bfadcd243cc884ed26aa7173c0e57f5cbcd2da2 (patch)
tree1869804897b7f713518c2c751dd20114eb52779a /rc.lua
parent43f49b7adc3403745463c0fc308e122f1c2e49d7 (diff)
downloadawesome-configs-2bfadcd243cc884ed26aa7173c0e57f5cbcd2da2.tar.xz
rc.lua: upgraded to awesome v3.4.5
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua5
1 files changed, 3 insertions, 2 deletions
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. <anrxc@sysphere.org>
-- 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)