mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
Launcher loads applications from Launcher.ini, is started by default, and is resized automatically
Co-Authored-By: Andreas Kling <awesomekling@gmail.com>
This commit is contained in:
parent
ad908f1395
commit
dd84dcf31f
4 changed files with 48 additions and 16 deletions
35
Base/home/anon/Launcher.ini
Normal file
35
Base/home/anon/Launcher.ini
Normal file
|
@ -0,0 +1,35 @@
|
|||
[Terminal]
|
||||
Path=/bin/Terminal
|
||||
Icon=/res/icons/Terminal.png
|
||||
|
||||
[FontEditor]
|
||||
Path=/bin/FontEditor
|
||||
Icon=/res/icons/FontEditor.png
|
||||
|
||||
[TextEditor]
|
||||
Path=/bin/TextEditor
|
||||
Icon=/res/icons/TextEditor.png
|
||||
|
||||
[VisualBuilder]
|
||||
Path=/bin/VisualBuilder
|
||||
Icon=/res/icons/32x32/app-visual-builder.png
|
||||
|
||||
[IRCClient]
|
||||
Path=/bin/IRCClient
|
||||
Icon=/res/icons/32x32/app-irc-client.png
|
||||
|
||||
[FileManager]
|
||||
Path=/bin/FileManager
|
||||
Icon=/res/icons/32x32/filetype-folder.png
|
||||
|
||||
[Minesweeper]
|
||||
Path=/bin/Minesweeper
|
||||
Icon=/res/icons/minesweeper/mine.png
|
||||
|
||||
[Snake]
|
||||
Path=/bin/Snake
|
||||
Icon=/res/icons/snake/eggplant.png
|
||||
|
||||
[ProcessManager]
|
||||
Path=/bin/ProcessManager
|
||||
Icon=/res/icons/32x32/msgbox-warning.png
|
Loading…
Add table
Add a link
Reference in a new issue