5 lines
90 B
Bash
5 lines
90 B
Bash
|
#!/bin/bash
|
||
|
killall hypridle
|
||
|
sleep 1
|
||
|
hypridle &
|
||
|
notify-send "hypridle has been restarted."
|