From 91655342d9d169aefa99549879d412835531e6ec Mon Sep 17 00:00:00 2001 From: piotr Date: Thu, 4 Jan 2024 02:18:19 +0100 Subject: [PATCH] change default "sleep-cmd" & "resume-cmd" on Hyprland --- nwg_shell/skel/data/nwg-shell-config/settings-hyprland | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,