diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 17:58:09 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 18:01:49 +0200 |
commit | 49daa163530ceabc9eaa8911ab96b5f799cfb552 (patch) | |
tree | 080d0b31eafd138cd8d47d5c2a52b75d3cfa6f28 /README.md |
Initial Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd564d3 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# KaZoe Desktop +This project provide a desktop environement base on "Qt Wayland Compositor". + +It combine features: + +- Wayland compositor +- Window manager +- customizable Task bar +- customizable systray +- homepage provided by an external application +- VNC server managed by a plugin + + +# Build and run +```sh +git clone https://kazoe.org/cgit/kazoe/kazoe-desktop.git +cd kazoe-desktop +mkdir build +cmake .. +make +./kzdesktop +``` + +DesktopManager use [standard XDG paths](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). +This paths can be override by setting [XDG_DATA_HOME and XDG_DATA_DIRS](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). + + +## Design + + + + + +## Protocol +https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html#desktop-entry-extensions-examples |