dotfiles/.config/hypr/scripts/restart-hypridle.sh

5 lines
91 B
Bash
Executable file

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