11 lines
287 B
Bash
Executable File
11 lines
287 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
|
|
omarchy-hyprland-monitor-clamshell >/dev/null 2>&1 || true
|