mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-19 08:51:57 +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
Notes:
sideshowbarker
2024-07-19 07:02:48 +09:00
Author: https://github.com/shannonbooth
Commit: 0e403a43a4
Pull-request: https://github.com/SerenityOS/serenity/pull/2058
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