From 45a775d2925f1ac4d9bffdcf26696b046f50d3d6 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 14 Sep 2009 01:35:12 +0200 Subject: teardrop: controllable edge Clients can now be aligned to the "left", "right" or "middle" of the screen. --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.lua') 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), -- cgit v1.2.3