diff options
author | Christopher Dumas <christopherdumas@gmail.com> | 2019-05-23 20:16:40 -0700 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-05-24 20:40:09 +0200 |
commit | dd84dcf31f957219dbbbd35cf63e3a656e485069 (patch) | |
tree | bef6df2c85a8a07158e28a9ca29730936e72f2b5 /Base/home | |
parent | ad908f13951a80553ac6591cab8f32c7b2132589 (diff) | |
download | serenity-dd84dcf31f957219dbbbd35cf63e3a656e485069.zip |
Launcher loads applications from Launcher.ini, is started by default, and is resized automatically
Co-Authored-By: Andreas Kling <awesomekling@gmail.com>
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Launcher.ini | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Base/home/anon/Launcher.ini b/Base/home/anon/Launcher.ini new file mode 100644 index 0000000000..e3dd364162 --- /dev/null +++ b/Base/home/anon/Launcher.ini @@ -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 |