From 427cdb485157e884a38189527765b5c979a77330 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 12 Sep 2022 10:56:29 -0500 Subject: [PATCH] touchscreen broken --- home/executable_dot_xprofile | 3 ++- lib/conda.zsh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/executable_dot_xprofile b/home/executable_dot_xprofile index 99261f6..2327955 100644 --- a/home/executable_dot_xprofile +++ b/home/executable_dot_xprofile @@ -1,7 +1,8 @@ #!/bin/sh # enable touch on only laptop monitor -xinput --map-to-output 'ELAN901C:00 04F3:2C29' eDP-1 +# this isn't working for some reason +xinput --map-to-output '18' eDP-1 xss-lock -- ~/bin/lock & diff --git a/lib/conda.zsh b/lib/conda.zsh index c25aaac..11b8fdd 100755 --- a/lib/conda.zsh +++ b/lib/conda.zsh @@ -66,4 +66,3 @@ snake() { fi fi } -