Files
.dotfiles/.config/ulauncher-system/entries/default.json
eneller 8efa82da1d minor ulauncher config tweaks
system manager now also locks the screen before suspending
2023-02-21 06:42:41 +01:00

9 lines
141 B
JSON

{
"lock": {
"command": "i3lock & sleep 5 && xset dpms force off"
},
"suspend": {
"command": "i3lock & systemctl suspend"
}
}