We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76606b commit b0ecaeeCopy full SHA for b0ecaee
linux/.config/swaylock/lock.sh
@@ -5,8 +5,8 @@ systemctl --user start discordidle.service &
5
6
# Lock screen
7
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
10
11
# Reset discord status
12
systemctl --user stop discordidle.service
+
+exit 0
0 commit comments