dotfiles/bin/lockscreen
2024-09-13 21:47:26 +05:00

5 lines
116 B
Fish
Executable file

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