From 468fe47bd83e05dd60100a049362b16efa40ca31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 21 Jan 2025 23:06:45 +0300 Subject: session: more blur, more time before suspend Let it finish drawing before putting the computer to sleep, so that the WM's contents are not visible, even for a brief moment, after waking. --- dotfiles/.local/bin/swaysession | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local') diff --git a/dotfiles/.local/bin/swaysession b/dotfiles/.local/bin/swaysession index 218ff43..bdc02c1 100755 --- a/dotfiles/.local/bin/swaysession +++ b/dotfiles/.local/bin/swaysession @@ -26,7 +26,7 @@ case "$1" in dm-tool switch-to-greeter ;; suspend) - lock-color & sleep 1 && $logind suspend + lock-color & sleep 1.5 && $logind suspend ;; hibernate) lock-color & sleep 1 && $logind hibernate -- cgit v1.2.3