menu update

This commit is contained in:
Johannes Findeisen 2021-10-12 23:50:31 +02:00
commit a2989e8c4f
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