diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2019-12-04 16:15:31 +0300 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-12-04 14:32:15 +0100 |
commit | f2546d15cecd6e70066285245312a55010379d65 (patch) | |
tree | 312e5129e231c6a34f0f5b1f4b25df6848acd2f8 /Base/home | |
parent | d111b6ead445590148a4b5f352c925a5f9eb0ca0 (diff) | |
download | serenity-f2546d15cecd6e70066285245312a55010379d65.zip |
Taskbar: Add a quick launch bar
This is a tiny bar at the left of the taskbar where you can put
your most used apps to launch them with a single click. In a way,
it's another replacement for the Launcher, in addition to the app
menu. Unlike the launcher and the menu, it's not meant to be the
primary way to launch apps; it's only a faster way to launch a few
most often used utilities.
Diffstat (limited to 'Base/home')
-rw-r--r-- | Base/home/anon/Taskbar.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/Taskbar.ini b/Base/home/anon/Taskbar.ini new file mode 100644 index 0000000000..4e39d0b316 --- /dev/null +++ b/Base/home/anon/Taskbar.ini @@ -0,0 +1,4 @@ +[QuickLaunch] +SystemMonitor=SystemMonitor.af +Terminal=Terminal.af +FileManager=FileManager.af |