Hyprland-gentoo/dotfiles/hypr/scripts/restart-hypridle.sh

5 lines
90 B
Bash
Raw Normal View History

2024-09-14 10:42:47 -04:00
#!/bin/bash
killall hypridle
sleep 1
hypridle &
notify-send "hypridle has been restarted."