i#!/bin/bash if [ "$(xinput list-props 13 | grep "Device Enabled" | awk '{print $NF}')" -eq 0 ]; then xinput enable 13 else xinput disable 13 fi