From f75a8afc044dc3b11e861ec6a92736bc4dbd5732 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 22 Nov 2011 09:37:25 +0100 Subject: awesome: Default to a bigger irc window --- .config/awesome/awesome.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/awesome.lua') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index a44f8bd..6aeaf8b 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -224,7 +224,7 @@ globalkeys = awful.util.table.join( 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), - awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end), + awful.key({ modkey, }, "i", function () awful.util.spawn(terminal .. " -geometry 100x30 -e " .. os.getenv("HOME") .. "/.scripts/start_remote_irssi.sh") end), awful.key({ }, "Print", function () awful.util.spawn("scrot") end), awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), -- cgit