6 lines
99 B
Bash
Executable File
6 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
killall hypridle
|
|
sleep 1
|
|
hypridle &
|
|
notify-send "hypridle has been restarted."
|