Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 14 hours ago
JSON representation
A quick app launcher and window switcher for Pantheon and elementary OS
- Host: GitHub
- URL: https://github.com/elementary/dock
- Owner: elementary
- License: gpl-3.0
- Created: 2020-02-18T19:31:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:03:25.000Z (about 2 months ago)
- Last Synced: 2024-10-29T15:21:18.127Z (about 2 months ago)
- Topics: gtk, gtk4, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 9.59 MB
- Stars: 89
- Watchers: 19
- Forks: 24
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* valacRun `meson` to configure the build environment and then `ninja test` to build and run tests
meson build --prefix=/usr
cd build
ninja testTo install, use `ninja install`, then execute with `io.elementary.dock`
ninja install
io.elementary.dock