initial commit
This commit is contained in:
7
bspwm/touchpad.sh
Executable file
7
bspwm/touchpad.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user