Files
Dotfiles/.config/hypr/fix-hypr-lock.sh
2026-01-20 10:40:50 +01:00

9 lines
92 B
Bash
Executable File

#!/bin/bash
IS_LOCKED=$(ps -e | grep hyprlock)
if [ -z "$IS_LOCKED" ]
then
hyprlock
fi