dotfiles/bin/lockscreen

5 lines
116 B
Plaintext
Raw Normal View History

2024-09-13 17:06:26 +00:00
#!/usr/bin/env fish
if not ps -e | grep hyprlock
hyprlock -c ~/.config/hypr/components/hyprland/hyprlock.conf
end