Changed flameshot command

master
Mark 2022-03-19 11:01:38 -07:00
parent c0b9376da4
commit 54e1585671
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 7 deletions

View File

@ -13,12 +13,6 @@ return {
end,
lock = function()
local n = naughty.notify({
title = "Locking screen",
text = "...",
timeout = 1
})
awful.spawn(script_dir .. "lock " .. beautiful.icons.lockicon, false)
end
},
@ -75,7 +69,8 @@ return {
flameshot = {
gui = function()
awful.spawn("flameshot gui -p \"" .. conf.screenshot_dir .. "\"", false)
--awful.spawn("flameshot gui -p \"" .. conf.screenshot_dir .. "\"", false)
awful.spawn("flameshot gui", false)
end
},