From 681c1b943f4676dda1c43f200873cf5cf2580586 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Sat, 24 Oct 2009 17:21:11 +0000 Subject: [PATCH] fixes --- rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc.lua b/rc.lua index 3d9affd..713568b 100644 --- a/rc.lua +++ b/rc.lua @@ -212,8 +212,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end), awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end), - awful.key({ }, "F12", function () teardrop("terminal",center,center, 0.4, 0.99) ), - awful.key({ modkey }, "F9", function () teardrop("xterm -e alsamixer",center,center, 0.4, 0.99) ), + awful.key({ }, "F12", function () teardrop("terminal",center,center, 0.99, 0.4)end ), + awful.key({ modkey }, "F9", function () teardrop("xterm -e alsamixer","center","center", 0.99, 0.4)end ), -- Prompt awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),