@reactivemarkets/desktop-dock
v0.39.0
Published
A common dock to launch windows from.
Downloads
9
Maintainers
Readme
Desktop Dock
The architecture for Desktop is modular with the build combining many asar files into one package.
This application exposes a dock to find, open and manage applications.
Configuration
---
kind: application
metadata:
name: dock
description: Creates a dock to launch new windows.
namespace: desktop
annotations:
"@reactivemarkets/desktop-core":
includeInTray: true
"@reactivemarkets/desktop-dock":
excludeFromSearch: true
spec:
singleInstance: true
url: dock.asar
window:
backgroundColor: "#303030"
center: true
frame: false
fullscreenable: false
height: 60
minimizable: false
maximizable: false
minHeight: 60
minWidth: 400
title: Dock
useContentSize: true
width: 680
Building from source
To install all dependencies and build run:
git clone https://github.com/reactivemarkets/desktop.git
cd desktop
npm ci
npm run build