From: martin f. krafft Date: Tue, 5 Jan 2010 03:03:50 +0000 (+1300) Subject: use irc ssh hostname instead of vera X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/8963bd775e3f732e12d7894091b0a12af72fffa1?ds=sidebyside use irc ssh hostname instead of vera --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 881af05..955e239 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -461,7 +461,7 @@ globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdmodkey }, "c", function () awful.util.spawn(terminal .. " -e python") end), awful.key({ cmdmodkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdmodkey }, "j", function () awful.util.spawn("jpilot") end), - awful.key({ cmdmodkey }, "i", function () awful.util.spawn(terminal .. " -title irc -name irc -e ssh -t vera screen -dr irc") end), + awful.key({ cmdmodkey }, "i", function () awful.util.spawn(terminal .. " -title irc -name irc -e ssh -t irc screen -dr irc") end), awful.key({ cmdmodkey }, "x", function () awful.util.spawn_with_shell("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver; xscreensaver-command -lock") end), awful.key({ cmdmodkey, "Shift" }, "x", function () awful.util.spawn("xscreensaver-command -exit") end), awful.key(nil, "XF86ScreenSaver", function () awful.util.spawn("xset dpms force off") end)