/usr/share/budgie-desktop/visualspace/navtrigger.sh is in budgie-desktop-environment 0.9.9.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/bash
f='/tmp/'$USER'_shownav_busy'
touch "$f"
sleep 0.2
rm "$f"
|