From 84d49705bae2e5556b1d1b6a0f312a2e0967993a Mon Sep 17 00:00:00 2001 From: zerf58 Date: Mon, 1 Apr 2024 19:41:17 -0700 Subject: [PATCH] fix typo --- buttons.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buttons.sh b/buttons.sh index b3e6e40..3d847e0 100755 --- a/buttons.sh +++ b/buttons.sh @@ -89,11 +89,11 @@ firefox_pbs(){ firefox_init split_up(){ - xdotool_helper "mouse move 500 300" + xdotool_helper "mousemove 500 300" xdotool_helper "click 1 click 1" } play(){ - xdotool_helper "mouse move 500 300" + xdotool_helper "mousemove 500 300" xdotool_helper "click 1" } desktop(){