Files
Z-Dot/.config/hypr/scripts/old/ml4w/restart-hypridle.sh
T
2026-01-19 19:14:04 +01:00

5 lines
90 B
Bash
Executable File

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