aboutsummaryrefslogtreecommitdiff
path: root/heads-up-display
diff options
context:
space:
mode:
Diffstat (limited to 'heads-up-display')
-rwxr-xr-xheads-up-display2
1 files changed, 1 insertions, 1 deletions
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