Files
dotfiles/.config/hypr/scripts/restart-hypridle.sh
T
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

5 lines
90 B
Bash
Executable File

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