diff options
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 162f698..57d20e1 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -783,7 +783,7 @@ dbus-uuidgen >/var/lib/dbus/machine-id echo "export \$(dbus-launch)" >/etc/profile.d/dbus.sh # Enable backlight control -([ "$(ls /sys/class/backlight/)" == "intel_backlight" ] && [ ! -f /etc/X11/xorg.conf.d/20-intel.conf ]) && printf 'Section "Device" +{ [ "$(ls /sys/class/backlight/)" = "intel_backlight" ] && [ ! -f /etc/X11/xorg.conf.d/20-intel.conf ]; } && printf 'Section "Device" Identifier "Intel Graphics" Driver "intel" Option "Backlight" "intel_backlight" |
