From d378d92d15e9805c62f5e3d05fcd91a9a42df071 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sun, 25 Feb 2024 13:56:38 +0400 Subject: scripts/sTouchpad dunst support added --- src/scripts/sTouchpad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts') diff --git a/src/scripts/sTouchpad b/src/scripts/sTouchpad index 7e2dbb5..87c0000 100755 --- a/src/scripts/sTouchpad +++ b/src/scripts/sTouchpad @@ -8,8 +8,8 @@ file=~/.cache/touchpad_on if [ -f $file ];then rm $file - xinput disable "$(xinput list --name-only | grep Touchpad)" + xinput disable "$(xinput list --name-only | grep Touchpad)" && nsend Touchpad Disabled else touch $file - xinput enable "$(xinput list --name-only | grep Touchpad)" + xinput enable "$(xinput list --name-only | grep Touchpad)" && nsend Touchpad Enabled fi -- cgit v1.2.3