menu update

This commit is contained in:
Johannes Findeisen 2021-10-12 23:50:31 +02:00
commit 71b5191494
No known key found for this signature in database
GPG key ID: 2128DE136929E573
2 changed files with 12 additions and 2 deletions

View file

@ -19,3 +19,8 @@ function tablelength(T)
return count
end
function suspend()
awful.util.spawn("/usr/bin/slock")
awful.util.spawn("loginctl suspend")
end