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