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

5 lines
90 B
Bash
Raw Permalink Normal View History

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