From 6d8d612fad6730ac3f46954a18db364ef785b2d1 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 10 Jun 2022 08:16:24 +0200 Subject: [PATCH] [bin] Fix name of ZSA Planck (they scrapped the "Inc") --- bin/executable_thinkpad-dock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_thinkpad-dock b/bin/executable_thinkpad-dock index 19e993d..53c5711 100644 --- a/bin/executable_thinkpad-dock +++ b/bin/executable_thinkpad-dock @@ -29,7 +29,7 @@ if swaymsg -t get_inputs | grep "ZSA Technology Labs Inc ErgoDox EZ Shine"; then # Home and on the side desk -elif swaymsg -t get_inputs | grep "ZSA Technology Labs Inc Planck EZ Glow"; then +elif swaymsg -t get_inputs | grep "ZSA Technology Labs Planck EZ Glow"; then nmcli connection up "dorhamm-docking" nmcli connection down "dorhamm-wifi" if grep closed /proc/acpi/button/lid/LID/state; then