Skip to content

GUI app to (temporarily) black out the screen.

Notifications You must be signed in to change notification settings

Ascor8522/blank

Repository files navigation

Blank

Small program to (temporarily) black out the screen.

See OP's request on the r/ProgrammingRequests Discord server.

Usage

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

Building

Run

dotnet publish -c Release --self-contained -r win-x64 -p:PublishSingleFile=true