dotfiles/.config/hypr/scripts/LockScreen.sh
2024-04-29 15:37:09 +02:00

7 lines
178 B
Bash
Executable file

#!/bin/bash
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# For Swaylock
CONFIG="$HOME/.config/swaylock/config"
sleep 0.5s; swaylock --config ${CONFIG} & disown