fullscreen vncviewer

This commit is contained in:
htpc 2025-03-23 18:16:22 -07:00
parent afcc7671bf
commit 9a30135f6f

View file

@ -212,6 +212,14 @@ discord(){
} }
} }
Vncviewer() {
split_up(){
xdotool_helper "key F8"
sleep .1
xdotool_helper "key F"
}
}
mousepad(){ mousepad(){
echo "return and run all()" echo "return and run all()"
} }