mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
7aca4ec3b0
Add option to enable/disable screen blanking Simplify source package
5 lines
187 B
Bash
Executable File
5 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
if grep -q okay /proc/device-tree/soc/v3d@7ec00000/status 2> /dev/null || grep -q okay /proc/device-tree/soc/firmwarekms@7e600000/status 2> /dev/null ; then
|
|
xcompmgr -aR
|
|
fi
|