Graphics.RunningWithoutBorderAndBlipperMenu - lordmundi/wikidoctest GitHub Wiki
Running Without Border and Blipper Menu
« Running Fullscreen | EDGE User’s Guide | Disabling Right Click Menu »
Sometimes you may want to run EDGE to take up a full display without any border, and also without a menu at the top (which we call the "blipper").
Removing the blipper menu
The easiest way to remove the blipper from the top is to add an entry in your GUI block of your selected display context that redefines the blipper entry to be an empty string:
GUI
{
blipper ""
...
Removing the border
Removing the window border and decorations is easy: just add "-noborder" to your command line. You can either do this in the command_line block of your user.cfg, or you can add it on the actual command line itself:
command_line
{
-noborder
...
If you also want to run fullscreen, add the "-fullscreen" option as well as described in the Running fullscreen article.