From: martin f. krafft Date: Mon, 20 Jun 2022 04:28:31 +0000 (+0200) Subject: more screenshot hotkeys X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/83a938857fe5f2b5872b13553931031699e73073?ds=sidebyside more screenshot hotkeys --- diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index c35c40d..fc513be 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -933,7 +933,8 @@ awful.key(nil, "XF86LaunchA", function () awful.spawn("") end), awful.key(nil, "XF86Explorer", function () awful.spawn("") end), awful.key(nil, "XF86Favorites", function () awful.spawn("systemctl suspend") end), -awful.key({ cmdkey }, "Multi_key", function () run_output_notify("flameshot gui") end), +awful.key({ cmdkey }, "Multi_key", function () run_output_notify("flameshot gui", "Output") end), +awful.key({ cmdkey, "Shift" }, "Multi_key", function () run_output_notify("flameshot full --delay 2000 --clipboard", "Output") end), awful.key({ cmdkey }, "Up", function () awful.spawn("pap prev") end), awful.key({ cmdkey }, "Left", function () awful.spawn("pap seek -10") end),