7 lines
186 B
Bash
7 lines
186 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# archypr:summary=Overwrite the user config for hypridle with the Omarchy default and restart the service.
|
||
|
|
|
||
|
|
archypr-efresh-config hypr/hypridle.conf
|
||
|
|
archypr-estart-hypridle
|