Files
dotfiles/arch_check/.config/hypr/scripts/restart-hypridle.sh
2025-12-11 17:25:19 +01:00

6 lines
99 B
Bash
Executable File

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