Fix flameshot

This commit is contained in:
Augusto Gunsch 2022-01-21 21:12:33 -03:00
parent 6d5a3d3ebe
commit d242251ebd
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ root.buttons(gears.table.join(
-- {{{ Key bindings -- {{{ Key bindings
globalkeys = gears.table.join( 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 -- Volume widget
awful.key({ }, "XF86AudioRaiseVolume", function() volume_widget:inc(5) end, {description = "increase volume", group = "custom"}), awful.key({ }, "XF86AudioRaiseVolume", function() volume_widget:inc(5) end, {description = "increase volume", group = "custom"}),