Skip to content

Commit b0ecaee

Browse files
committed
Fix lock screen
not "fix" as in "fix", but it's less broken than before
1 parent c76606b commit b0ecaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux/.config/swaylock/lock.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ systemctl --user start discordidle.service &
55

66
# Lock screen
77
swaylock -c "$(dirname $0)/config"
8-
# Fallback if my dumbass didn't config correctly (idk i just found the idea cool)
9-
if ! [ $? = 0 ]; then waylock; fi
108

119
# Reset discord status
1210
systemctl --user stop discordidle.service
11+
12+
exit 0

0 commit comments

Comments
 (0)