#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 ArchR (https://github.com/archr-linux/Arch-R)

# Minimal OS variable loading for performance
. /etc/profile.d/001-functions

TOUCHSCREEN_EVENTS=$(get_setting key.touchscreen.events)
if [ -z "${TOUCHSCREEN_EVENTS}" ]
then
  set_setting key.touchscreen.events 1
fi
