Small program to (temporarily) black out the screen.
See OP's request on the r/ProgrammingRequests Discord server.
To make the program fullscreen, either:
- maximize the window
- snap the window to the top of the screen
- double-click the title bar
- double-click the window's content
- press Win + Up
- press F11
To exit fullscreen, either:
- drag the window
- double-click the window
- press Esc
- press F11
- press Win + Down
Run
dotnet publish -c Release --self-contained -r win-x64 -p:PublishSingleFile=true