Files
sunhat/configs/dotfiles/hyprland/gulfport/.config/hypr/scripts/restart-hypridle.sh
2025-05-22 17:56:05 -05:00

5 lines
90 B
Bash

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