From: martin f. krafft Date: Fri, 24 Mar 2017 09:18:25 +0000 (+0100) Subject: use tmux for irssi X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/5cdc59b54d955ad5ef2720326ab006b1cf678439 use tmux for irssi --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 209d915..1b99deb 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -551,7 +551,7 @@ awful.key({ cmdkey }, "g", function () awful.spawn("gscan2pdf") end), awful.key({ cmdkey }, "v", function () awful.spawn("virt-manager") end), awful.key({ cmdkey }, "l", function () awful.spawn("libreoffice") end), awful.key({ cmdkey }, "f", function () awful.spawn("thunar") end), -awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -title irc -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host screen -dr irc") end), +awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -title irc -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host tmux new -DAs irc irssi") end), awful.key({ cmdkey }, "x", function () awful.spawn.with_shell("/sbin/start-stop-daemon --start --background --exec /usr/bin/xscreensaver -- -no-capture-stderr; sleep 2; xscreensaver-command -lock") end), awful.key({ cmdkey, "Shift" }, "x", function () awful.spawn("xscreensaver-command -exit") end),