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