KAGEYAM4

Results 154 comments of KAGEYAM4
trafficstars

@mintyleaf This is what i am using -> /etc/systemd/system/root-suspend.service ``` [Unit] Description=Local system suspend actions Before=sleep.target [Service] Type=simple ExecStartPre=-/usr/bin/sleep 1 ExecStart=-/usr/bin/true [Install] WantedBy=sleep.target ``` And then enable it using ->...

> @KAGEYAM4, btw the 1 sec delay is not enough for me, do you have fade in animation enabled? 5 secs is totally ok Yes it works perfectly for me,...

@mintyleaf i think maybe i found one. @vaxerski can you please see maybe if this would work. `man logind.conf` - `InhibitDelayMaxSec` -> ``` Specifies the maximum time a system shutdown...

> Hypridle wouldn't be able to know, but it can use a _delay_ type inhibitor, which would delay sleep for up to the time specified by the `InhibitDelayMaxSec` option in...

> > what if it's too late for hyprlock to create the inhibitor then we will have to go with hypridle creating the inhibitor. > > This is a good...

> Hypridle wouldn't be able to know, but it can use a delay type inhibitor, which would delay sleep for up to the time specified by the InhibitDelayMaxSec option in...

Can we relly have something dynamic. No configuration on user end for the amount of sec to delay to lockscreen to wait completely. In sway they are using fork/daemonizing behavior...

I am asking in there IRC for there rationale of using this method, here's the commit by the way - https://github.com/swaywm/swayidle/commit/5b653e8fbf8c4f33b45068e04576101b1bf73cce Found it, will have to go through them ->...

> * hypridle can optionally block until commands that it spawns terminate Because this behaviou would be for `before_sleep_cmd`, can this create problem in case like this - `before_sleep_cmd =...