From: martin f. krafft Date: Thu, 10 Mar 2016 10:12:35 +0000 (+0100) Subject: virt-manager shortcut X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/a7301841f71c6aa49f3157db805fce3c3a979927 virt-manager shortcut --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index a56aab0..48192b7 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -487,6 +487,7 @@ globalkeys = awful.util.table.join(globalkeys, awful.key({ cmdmodkey }, "c", function () awful.util.spawn("icedove") end), awful.key({ cmdmodkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ cmdmodkey }, "g", function () awful.util.spawn("gscan2pdf") end), + awful.key({ cmdmodkey }, "v", function () awful.util.spawn("virt-manager") end), awful.key({ cmdmodkey }, "o", function () awful.util.spawn("okular") end), awful.key({ cmdmodkey }, "l", function () awful.util.spawn("libreoffice") end), awful.key({ cmdmodkey }, "i", function () awful.util.spawn(terminal .. " -title irc -name irc -e env MOSH_TITLE_NOPREFIX=true mosh -- irc screen -dr irc") end),