From 24819bf8902298ccc275d8c5bd8d126bd362cac4 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 24 Nov 2010 12:13:46 +0100 Subject: add remote irssi over screen support --- .config/awesome/awesome.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/awesome/awesome.lua') diff --git a/.config/awesome/awesome.lua b/.config/awesome/awesome.lua index 247f35d..f29dd91 100644 --- a/.config/awesome/awesome.lua +++ b/.config/awesome/awesome.lua @@ -218,7 +218,8 @@ globalkeys = awful.util.table.join( awful.key({ modkey, }, "a", function () awful.util.spawn(terminal .. " -e pa-sink-ctl" ) end), awful.key({ modkey, }, "w", function () awful.util.spawn("firefox") 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, }, "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({ }, "Print", function () awful.util.spawn("scrot") end), awful.key({ modkey, }, "Print", function () awful.util.spawn("scrot -s") end), -- cgit