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

5 lines
90 B
Bash
Raw Permalink Normal View History

2024-04-02 13:54:40 -04:00
#!/bin/bash
killall hypridle
sleep 1
hypridle &
notify-send "hypridle has been restarted."