PJ/apps/vncviewer.sh
2025-06-13 16:09:14 -07:00

8 lines
88 B
Bash

vncviewer() {
split_up(){
sleep .5
xdotool key F8
sleep .2
xdotool key F
}
}