Hyprland-dotfiles/hypr/scripts/restart-hypridle.sh
Stephan Raabe 198578784a Updates
2024-04-02 19:54:40 +02:00

5 lines
90 B
Bash
Executable File

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