From a6b47be704ab5442679033e8b777863d1d401524 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 8 Nov 2023 09:12:12 +0900 Subject: Small tweak --- config/hypr/scripts/Wlogout.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts') diff --git a/config/hypr/scripts/Wlogout.sh b/config/hypr/scripts/Wlogout.sh index 43f74108..3acd0d00 100755 --- a/config/hypr/scripts/Wlogout.sh +++ b/config/hypr/scripts/Wlogout.sh @@ -1,7 +1,11 @@ #!/bin/bash -# Start wlogout in the background -wlogout --protocol layer-shell -b 5 -T 600 -B 600 & +# If you have 1440p, better to use this +# wlogout --protocol layer-shell -b 5 -T 600 -B 600 & + +# for 1080p +wlogout --protocol layer-shell -b 5 -T 450 -B 450 & + # Capture the PID of the wlogout process wlogout_pid=$! -- cgit v1.2.3