summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 01:35:12 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-14 01:35:12 +0200
commit45a775d2925f1ac4d9bffdcf26696b046f50d3d6 (patch)
tree81759eeb713f56d000928c714105b7b41126665f /rc.lua
parent0846202034d40892f36eef60490a5c818e38330d (diff)
downloadawesome-configs-45a775d2925f1ac4d9bffdcf26696b046f50d3d6.tar.xz
teardrop: controllable edge
Clients can now be aligned to the "left", "right" or "middle" of the screen.
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.lua b/rc.lua
index 202222e..7f43b7c 100644
--- a/rc.lua
+++ b/rc.lua
@@ -424,8 +424,8 @@ globalkeys = awful.util.table.join(
awful.key({ modkey }, "u", function () awful.util.spawn("utorrent", false) end),
awful.key({ modkey }, "w", function () awful.util.spawn("firefox", false) end),
awful.key({ altkey }, "F1", function () awful.util.spawn("urxvt", false) end),
- awful.key({ altkey }, "#49", function () teardrop.toggle("urxvt", "bottom") end),
- awful.key({ modkey }, "F2", function () teardrop.toggle("gmrun", nil, nil, 0.08) end),
+ awful.key({ altkey }, "#49", function () teardrop("urxvt", "bottom") end),
+ awful.key({ modkey }, "F2", function () teardrop("gmrun", nil, nil, nil, 0.08) end),
awful.key({ modkey }, "a", function ()
awful.util.spawn("urxvt -title Alpine -e alpine_exp", false)
end),