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: 12 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T07:13:52.000Z (6 months ago)
- Last Synced: 2024-05-23T07:31:59.416Z (6 months ago)
- Topics: gtk, gtk4, hacktoberfest, meson, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 9.32 MB
- Stars: 85
- Watchers: 16
- Forks: 24
- Open Issues: 37
-
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