mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:27:35 +00:00
Terminal: Add config for startup command
This is useful when working on a program as you can put the command into the config file, instead of having to type it up each time on boot.
This commit is contained in:
parent
548ecceb75
commit
0e403a43a4
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
[Startup]
|
||||
Command=
|
||||
[Window]
|
||||
Opacity=255
|
||||
AudibleBeep=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue