dotfiles/dot-config/hypr/bin/lockscreen

5 lines
96 B
Plaintext
Raw Normal View History

2024-10-25 11:48:49 +00:00
#!/usr/bin/env fish
if not ps -e | grep hyprlock
hyprlock -c ~/.config/hypr/hyprlock.conf
end