dotfiles/dot-config/hypr/bin/lockscreen
2024-10-25 16:48:49 +05:00

5 lines
96 B
Fish
Executable file

#!/usr/bin/env fish
if not ps -e | grep hyprlock
hyprlock -c ~/.config/hypr/hyprlock.conf
end