Files
I-Dotfiles/.config/hypr/hypr-old/scripts/old/ml4w/restart-hypridle.sh
T

5 lines
90 B
Bash
Executable File

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