diff --git a/install/config/all.sh b/install/config/all.sh index 1ed61bde..1ef48bdd 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -48,4 +48,5 @@ run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-mic.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-yt6801-ethernet-adapter.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-dell-xps-audio.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh +run_logged $OMARCHY_INSTALL/config/hardware/fix-tuxedo-backlight.sh run_logged $OMARCHY_INSTALL/config/hardware/framework16-qmk-hid.sh diff --git a/install/config/hardware/fix-tuxedo-backlight.sh b/install/config/hardware/fix-tuxedo-backlight.sh new file mode 100644 index 00000000..cd5a461c --- /dev/null +++ b/install/config/hardware/fix-tuxedo-backlight.sh @@ -0,0 +1,5 @@ +# Install Tuxedo drivers for keyboard backlighting on Tuxedo laptops and +# compatible devices like the Slimbook Executive (Clevo/Tuxedo chassis). +if cat /sys/class/dmi/id/sys_vendor 2>/dev/null | grep -qi "TUXEDO\|Slimbook"; then + omarchy-pkg-add linux-headers tuxedo-drivers-nocompatcheck-dkms +fi diff --git a/install/omarchy-other.packages b/install/omarchy-other.packages index 36ae6c00..f56ff4bb 100644 --- a/install/omarchy-other.packages +++ b/install/omarchy-other.packages @@ -46,6 +46,7 @@ snapper webp-pixbuf-loader wget yay-debug +tuxedo-drivers-nocompatcheck-dkms yt6801-dkms zram-generator