mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 15:25:37 +01:00
7 lines
178 B
Bash
Executable file
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
|