Files
.dotfiles/.config/ulauncher-system/entries/default.json
2023-03-01 09:33:40 +01:00

12 lines
231 B
JSON

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