minor ulauncher config tweaks

system manager now also locks the screen before suspending
This commit is contained in:
eneller
2023-02-21 06:42:41 +01:00
parent dae70aeeba
commit 8efa82da1d
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
{
"lock": {
"command": "i3lock"
"command": "i3lock & sleep 5 && xset dpms force off"
},
"suspend": {
"command": "i3lock & systemctl suspend"
}
}