Files
dotfiles/bspwm/touchpad.sh
2025-06-03 14:16:01 +03:00

8 lines
150 B
Bash
Executable File

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