From dd84dcf31f957219dbbbd35cf63e3a656e485069 Mon Sep 17 00:00:00 2001 From: Christopher Dumas Date: Thu, 23 May 2019 20:16:40 -0700 Subject: Launcher loads applications from Launcher.ini, is started by default, and is resized automatically Co-Authored-By: Andreas Kling --- Base/home/anon/Launcher.ini | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Base/home/anon/Launcher.ini (limited to 'Base/home') 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 -- cgit v1.2.3