11 lines
259 B
Bash
Executable File
11 lines
259 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Wake displays and restore brightness after idle
|
|
# blob:group=system
|
|
# blob:name=wake
|
|
# blob:examples=blob system wake
|
|
|
|
blob-brightness-display on
|
|
blob-brightness-keyboard restore
|
|
blob-hypr-monitor-clamshell >/dev/null 2>&1 || true
|