Simplify but letting omarchy-system-lock be responsible for turning off display and keyboard brightness
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# omarchy:summary=Wake displays and restore brightness after idle
|
||||
# omarchy:group=system
|
||||
# omarchy:name=wake
|
||||
# omarchy:examples=omarchy system wake
|
||||
|
||||
hyprctl dispatch dpms on >/dev/null 2>&1
|
||||
brightnessctl -r >/dev/null 2>&1
|
||||
brightnessctl -rd '*::kbd_backlight' >/dev/null 2>&1
|
||||
Reference in New Issue
Block a user