diff --git a/nwg_shell/skel/data/nwg-shell-config/settings-hyprland b/nwg_shell/skel/data/nwg-shell-config/settings-hyprland index a857ea0..611e200 100644 --- a/nwg_shell/skel/data/nwg-shell-config/settings-hyprland +++ b/nwg_shell/skel/data/nwg-shell-config/settings-hyprland @@ -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,