Files
dotfiles/arch/hypr/.config/scripts/restart-hypridle.sh
2025-11-19 20:41:01 +01:00

6 lines
99 B
Bash
Executable File

#!/usr/bin/env bash
killall hypridle
sleep 1
hypridle &
notify-send "hypridle has been restarted."