From 7f0b5c9e2db0d671b8bdec0d2252feb94e55c37f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 20 Dec 2011 11:32:34 +0100 Subject: awesome: Increase window size for pa-sink-ctl --- .config/awesome/awesome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index fa0d6ef..a3614d6 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -218,7 +218,7 @@ globalkeys = awful.util.table.join( -- Standard program awful.key({ modkey, }, "x", function () awful.util.spawn(terminal) end), - awful.key({ modkey, }, "a", function () awful.util.spawn(terminal .. " -e pa-sink-ctl" ) end), + awful.key({ modkey, }, "a", function () awful.util.spawn(terminal .. " -geometry 100x25 -e pa-sink-ctl" ) end), awful.key({ modkey, }, "w", function () awful.util.spawn("xdg-open about:blank") end), awful.key({ modkey, }, "p", function () awful.util.spawn("pidgin") end), awful.key({ modkey, }, "n", function () awful.util.spawn(terminal .. " -e wicd-curses") end), -- cgit