menu update
This commit is contained in:
parent
1fe6ea052b
commit
a2989e8c4f
2 changed files with 12 additions and 2 deletions
|
|
@ -19,3 +19,8 @@ function tablelength(T)
|
|||
return count
|
||||
end
|
||||
|
||||
function suspend()
|
||||
awful.util.spawn("/usr/bin/slock")
|
||||
awful.util.spawn("loginctl suspend")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue