From d242251ebd7a68a0f61e3f76b5968f2c87b4eacb Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Fri, 21 Jan 2022 21:12:33 -0300 Subject: [PATCH] Fix flameshot --- config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index fba3417..f84313f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -285,7 +285,7 @@ root.buttons(gears.table.join( -- {{{ Key bindings globalkeys = gears.table.join( - awful.key({ }, "Print", function () awful.util.spawn("flameshot gui -p ~/shots", false) end), + awful.key({ }, "Print", function () awful.util.spawn("flameshot gui", false) end), -- Volume widget awful.key({ }, "XF86AudioRaiseVolume", function() volume_widget:inc(5) end, {description = "increase volume", group = "custom"}),