diff options
author | Shannon Booth <shannon.ml.booth@gmail.com> | 2020-05-02 21:28:26 +1200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-02 14:12:57 +0200 |
commit | 0e403a43a474923f233d522da3f272588203e9af (patch) | |
tree | adb81abe764c6750d683ea97062c325e192a7ec9 /Base/home | |
parent | 548ecceb752101cb2d1049894fa087303fd4e9ff (diff) | |
download | serenity-0e403a43a474923f233d522da3f272588203e9af.zip |
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.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Terminal.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/home/anon/Terminal.ini b/Base/home/anon/Terminal.ini index 2ccb03acf0..81c279e74c 100644 --- a/Base/home/anon/Terminal.ini +++ b/Base/home/anon/Terminal.ini @@ -1,3 +1,5 @@ +[Startup] +Command= [Window] Opacity=255 AudibleBeep=0 |