From ebb6e90a95dca7f48445a8ae327a50d892012efd Mon Sep 17 00:00:00 2001 From: zerf58 Date: Sun, 31 Mar 2024 20:18:43 -0700 Subject: [PATCH] speed this up --- buttons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 buttons.sh diff --git a/buttons.sh b/buttons.sh old mode 100644 new mode 100755 index f73a054..b3e6e40 --- a/buttons.sh +++ b/buttons.sh @@ -168,7 +168,7 @@ firefox_init(){ ff_home(){ xdg-open $1 - sleep .3 + sleep .1 xdotool_helper "key ctrl+shift+Tab" sleep .1 xdotool_helper "key ctrl+w"