Skip to content

Instantly share code, notes, and snippets.

@nibral
Last active February 9, 2017 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nibral/bb840c721bc40598345614c282f9caa0 to your computer and use it in GitHub Desktop.
Save nibral/bb840c721bc40598345614c282f9caa0 to your computer and use it in GitHub Desktop.
ThinkPad X200s Video ACPIモジュールによる輝度調整ホットキーの無効化
[Unit]
Description=Disable brightness control by ACPI video module
[Service]
Type=oneshot
ExecStart=/usr/bin/sh -c "/usr/bin/echo -n 0 > /sys/module/video/parameters/brightness_switch_enabled"
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment