From 9921aa8be6a40ffc483f06829b0ae3174764b50c Mon Sep 17 00:00:00 2001 From: WeirdTreeThing Date: Wed, 10 Apr 2024 17:58:03 -0400 Subject: Add special case for Sarien and Arcada --- install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 3a7bf69..ff79949 100755 --- a/install.sh +++ b/install.sh @@ -73,6 +73,9 @@ echo "Generating config" if (grep -E "^(Nocturne|Atlas|Eve)$" /sys/class/dmi/id/product_name &> /dev/null) then cp configs/cros-pixel.conf cros.conf +elif (grep -E "^(Sarien|Arcada)$" /sys/class/dmi/id/product_name &> /dev/null) +then + cp configs/cros-sarien.conf cros.conf else printf "By default, the top row keys will do their special function (brightness, volume, browser control, etc).\n" printf "Holding the search key will make the top row keys act like fn keys (f1, f2, f3, etc).\n" -- cgit 1.4.1-2-gfad0