summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-17 15:58:58 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-17 15:58:58 +0200
commit1627e6de907ec83b003dc4359d447a1b1335aaaf (patch)
tree22d76dac36b28f3a90a71feeee40a5db1420c89c /rc.lua
parent192d2ab44c0bc0cbad801a6c43a64665a32bf166 (diff)
downloadawesome-configs-1627e6de907ec83b003dc4359d447a1b1335aaaf.tar.xz
rc.lua: scratchpad is sticky
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
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)