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

5 lines
90 B
Bash
Executable File

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