Files
bin
config
env
freeze
2019-oct-macbook-osx
2020-jan-macbook-arch
2020-sep-macbook-arch
systemd-utils
dell-xps13-7390
macbook_pro13
backlight-control.service
suppress-gpe.service
suspend-fix.service
resume
setup
vim
zsh
.gitignore
.gitmodules
README.md
dotwryn/freeze/systemd-utils/macbook_pro13/backlight-control.service
2021-02-24 15:42:33 -07:00

9 lines
239 B
Desktop File
Executable File

[Unit]
Description=Enables the gmux backlighting. This is a non-standard NVIDIA issue on Macbooks
[Service]
ExecStart=/usr/bin/bash -c 'setpci -v -H1 -s 00:01.00 BRIDGE_CONTROL=0; gmux_backlight 400'
[Install]
WantedBy=multi-user.target