From: martin f. krafft Date: Sun, 27 Aug 2017 14:05:17 +0000 (+0200) Subject: do not detach remote mosh sessions X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/4a79dcd19371a684b3fb2c66898b55578c61e6aa do not detach remote mosh sessions --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 033bc86..6f9eae2 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 .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host tmux new -DAs irc irssi") end), +awful.key({ cmdkey }, "i", function () awful.spawn(terminal .. " -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -4 -- irc-host tmux new -As 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),