mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
10 lines
228 B
Bash
Executable File
10 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Wake displays and restore brightness after idle
|
|
# omarchy:group=system
|
|
# omarchy:name=wake
|
|
# omarchy:examples=omarchy system wake
|
|
|
|
omarchy-brightness-display on
|
|
omarchy-brightness-keyboard restore
|