DE improvements

This commit is contained in:
eneller
2023-03-01 09:33:40 +01:00
parent 701377dad1
commit cff2543c50
5 changed files with 65 additions and 73 deletions

View File

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