blob: 1046c732bb76f45ca87a8e34528e6b59e8c197dd [file] [log] [blame]
swissChilie392aeb2020-08-10 15:52:10 -07001luajit build.lua
2
3CURRENT_WID=$(xdotool getwindowfocus)
4
5WID=$(xdotool search --name "Mozilla Firefox")
6xdotool windowactivate $WID
7xdotool key F5
8
9xdotool windowactivate $CURRENT_WID