diff --git a/apps/ML4W_Welcome-x86_64.AppImage b/apps/ML4W_Welcome-x86_64.AppImage index b6ddca2..dc7ef47 100755 Binary files a/apps/ML4W_Welcome-x86_64.AppImage and b/apps/ML4W_Welcome-x86_64.AppImage differ diff --git a/hypr/conf/hypridle/hypridle_dpms.conf b/hypr/conf/hypridle/hypridle_dpms.conf index 8c6dd45..6b686fd 100644 --- a/hypr/conf/hypridle/hypridle_dpms.conf +++ b/hypr/conf/hypridle/hypridle_dpms.conf @@ -13,18 +13,13 @@ general { # Screenlock listener { timeout = 600 - on-timeout = hyprlock # command to run when timeout has passed + on-timeout = hyprlock # on-resume = notify-send "Welcome back to your desktop!" } -# Suspend/dpms +# dpms listener { timeout = 660 - - # Laptop Settings - # on-timeout = systemctl suspend - - # Desktop Settings on-timeout = hyprctl dispatch dpms off on-resume = hyprctl dispatch dpms on } diff --git a/hypr/conf/hypridle/hypridle_dpmssuspend.conf b/hypr/conf/hypridle/hypridle_dpmssuspend.conf new file mode 100644 index 0000000..5c214a9 --- /dev/null +++ b/hypr/conf/hypridle/hypridle_dpmssuspend.conf @@ -0,0 +1,31 @@ +# _ _ _ _ +# | |__ _ _ _ __ _ __(_) __| | | ___ +# | '_ \| | | | '_ \| '__| |/ _` | |/ _ \ +# | | | | |_| | |_) | | | | (_| | | __/ +# |_| |_|\__, | .__/|_| |_|\__,_|_|\___| +# |___/|_| +# + +general { + ignore_dbus_inhibit = false +} + +# Screenlock +listener { + timeout = 600 + on-timeout = hyprlock + # on-resume = notify-send "Welcome back to your desktop!" +} + +# dpms +listener { + timeout = 660 + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on +} + +# Suspend +listener { + timeout = 1800 + on-timeout = systemctl suspend +} diff --git a/hypr/conf/hypridle/hypridle_nosuspend.conf b/hypr/conf/hypridle/hypridle_nosuspend.conf index 33cee71..87c66b6 100644 --- a/hypr/conf/hypridle/hypridle_nosuspend.conf +++ b/hypr/conf/hypridle/hypridle_nosuspend.conf @@ -13,6 +13,6 @@ general { # Screenlock listener { timeout = 600 - on-timeout = hyprlock # command to run when timeout has passed + on-timeout = hyprlock # on-resume = notify-send "Welcome back to your desktop!" } diff --git a/hypr/conf/hypridle/hypridle_systemctl.conf b/hypr/conf/hypridle/hypridle_systemctl.conf index c95afb6..5958109 100644 --- a/hypr/conf/hypridle/hypridle_systemctl.conf +++ b/hypr/conf/hypridle/hypridle_systemctl.conf @@ -13,18 +13,12 @@ general { # Screenlock listener { timeout = 600 - on-timeout = hyprlock # command to run when timeout has passed + on-timeout = hyprlock # on-resume = notify-send "Welcome back to your desktop!" } -# Suspend/dpms +# Suspend listener { timeout = 660 - - # Laptop Settings on-timeout = systemctl suspend - - # Desktop Settings - # on-timeout = hyprctl dispatch dpms off - # on-resume = hyprctl dispatch dpms on } diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index c95afb6..5c214a9 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -13,18 +13,19 @@ general { # Screenlock listener { timeout = 600 - on-timeout = hyprlock # command to run when timeout has passed + on-timeout = hyprlock # on-resume = notify-send "Welcome back to your desktop!" } -# Suspend/dpms +# dpms listener { timeout = 660 - - # Laptop Settings - on-timeout = systemctl suspend - - # Desktop Settings - # on-timeout = hyprctl dispatch dpms off - # on-resume = hyprctl dispatch dpms on + on-timeout = hyprctl dispatch dpms off + on-resume = hyprctl dispatch dpms on +} + +# Suspend +listener { + timeout = 1800 + on-timeout = systemctl suspend }