change default "sleep-cmd" & "resume-cmd" on Hyprland

This commit is contained in:
piotr 2024-01-04 02:18:19 +01:00
parent f24e03c50f
commit 91655342d9

View File

@ -97,9 +97,9 @@
"lockscreen-background-source": "local",
"lockscreen-custom-cmd": "",
"lockscreen-timeout": 1200,
"sleep-cmd": "swaymsg \"output * dpms off\"",
"sleep-cmd": "systemctl suspend",
"sleep-timeout": 1800,
"resume-cmd": "swaymsg \"output * dpms on\"",
"resume-cmd": "",
"before-sleep": "",
"backgrounds-custom-path": "",
"backgrounds-use-custom-path": false,