7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Overwrite the user config for hypridle with the Nomarchy default and restart the service.
|
|
|
|
nomarchy-refresh-config hypr/hypridle.conf
|
|
nomarchy-restart-hypridle
|