From a90ddf9dce1daa3e99ee88e20f65afa9fc59f6c5 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 19 Aug 2025 15:12:09 -0500 Subject: [PATCH] Add slight delays to VPN --- home/baseline/nushell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/baseline/nushell.nix b/home/baseline/nushell.nix index 5b66170..a324c75 100644 --- a/home/baseline/nushell.nix +++ b/home/baseline/nushell.nix @@ -17,8 +17,11 @@ let activate application "Viscosity" tell application "System Events" to keystroke item 1 of argv + delay 0.1 tell application "System Events" to keystroke tab + delay 0.1 tell application "System Events" to keystroke item 2 of argv + delay 0.1 tell application "System Events" to keystroke return end run '';