aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-08 09:12:12 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-08 09:12:12 +0900
commita6b47be704ab5442679033e8b777863d1d401524 (patch)
tree3b399c50edf295767230cfa61e19cc343b0cf501 /config/hypr/scripts
parent886285bb23a56867c7ca25f8ad4af3375e5948d7 (diff)
Small tweak
Diffstat (limited to 'config/hypr/scripts')
-rwxr-xr-xconfig/hypr/scripts/Wlogout.sh8
1 files changed, 6 insertions, 2 deletions
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=$!
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage