Quantcast
Viewing all articles
Browse latest Browse all 2481

Raspberry Pi OS • Bookworm Remote Development

I've been using VsCode on a Mac to remote edit and compile a GUI app on a Pi4 running Bullseye - I can run the GUI app from VsCode. To do this I've included this line in .profle

Code:

export DISPLAY=:0;xset s noblank; xset s off; xset -dpms
Now I want to move to Bookworm and use Wayland, so my question is: How can I configure Bookworm to do the same?

Statistics: Posted by mbn — Wed Jun 05, 2024 6:30 pm



Viewing all articles
Browse latest Browse all 2481

Trending Articles