mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 07:19:22 +00:00

* No need to kill any more since any key will quit * Command to refresh hypridle * Start screensaver automatically after a minute * Add migration
7 lines
113 B
Bash
Executable File
7 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
omarchy-refresh-config hypr/hypridle.conf
|
|
pkill -x hypridle
|
|
uwsm app -- hypridle >/dev/null 2>&1 &
|
|
|