From 1627e6de907ec83b003dc4359d447a1b1335aaaf Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 17 Sep 2009 15:58:58 +0200 Subject: rc.lua: scratchpad is sticky --- rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index 390a92f..11a0f6f 100644 --- a/rc.lua +++ b/rc.lua @@ -539,7 +539,7 @@ clientkeys = awful.util.table.join( awful.key({ modkey }, "Up", function () awful.client.moveresize(0, -20, 0, 0) end), awful.key({ modkey }, "Left", function () awful.client.moveresize(-20, 0, 0, 0) end), awful.key({ modkey }, "Right", function () awful.client.moveresize(20, 0, 0, 0) end), - awful.key({ modkey }, "d", function (c) scratchpad.set(c) end), + awful.key({ modkey }, "d", function (c) scratchpad.set(c, 0.60, 0.60, true) end), awful.key({ modkey, "Shift" }, "0", function (c) c.sticky = not c.sticky end), awful.key({ modkey, "Shift" }, "o", function (c) c.ontop = not c.ontop end), awful.key({ modkey, "Shift" }, "t", function (c) -- cgit v1.2.3