summaryrefslogtreecommitdiff
path: root/.config/awesome/awesome.lua
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2010-11-24 12:13:46 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2010-11-24 12:13:46 +0100
commit24819bf8902298ccc275d8c5bd8d126bd362cac4 (patch)
tree7979fd4c5d302636d54c9da1c790aac2e2cf9801 /.config/awesome/awesome.lua
parent6f60accd8e0c5019ffc8b6cb19d3a26b7c258731 (diff)
downloaddotfiles-24819bf8902298ccc275d8c5bd8d126bd362cac4.tar.gz
dotfiles-24819bf8902298ccc275d8c5bd8d126bd362cac4.tar.bz2
dotfiles-24819bf8902298ccc275d8c5bd8d126bd362cac4.zip
add remote irssi over screen support
Diffstat (limited to '.config/awesome/awesome.lua')
-rw-r--r--.config/awesome/awesome.lua3
1 files changed, 2 insertions, 1 deletions
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),