From a709f0381cf986702582c11c93c11d4ad2b45c0f Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 3 Apr 2024 23:30:32 +0200 Subject: Allow window focus --- heads-up-display | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'heads-up-display') diff --git a/heads-up-display b/heads-up-display index c75ea4a..8857675 100755 --- a/heads-up-display +++ b/heads-up-display @@ -82,7 +82,7 @@ if [ "$id" != "" ]; then # Scratchpad is hidden, show it and restore dimensions xdo show "$id" xdotool windowsize "$id" "$(echo "$dimensions" | tr ';' ' ')" 2>/dev/null - #xdotool windowactivate "$id" + xdotool windowactivate "$id" xdotool windowfocus "$id" fi fi -- cgit v1.2.3