Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elementary/dock

A quick app launcher and window switcher for Pantheon and elementary OS
https://github.com/elementary/dock

gtk gtk4 hacktoberfest meson vala

Last synced: 12 days ago
JSON representation

A quick app launcher and window switcher for Pantheon and elementary OS

Awesome Lists containing this project

README

        

# Dock

A quick app launcher and window switcher for Pantheon

## Building, Testing, and Installation

You'll need the following dependencies:

* libadwaita-1-dev
* libgtk-4-dev
* meson
* valac

Run `meson` to configure the build environment and then `ninja test` to build and run tests

meson build --prefix=/usr
cd build
ninja test

To install, use `ninja install`, then execute with `io.elementary.dock`

ninja install
io.elementary.dock