https://github.com/echo-devim/slingswarm
GTK3 application launcher similar to Mac OS launchpad and Wayland compatible.
https://github.com/echo-devim/slingswarm
application-launcher gtk3 vala wayland-compatibility
Last synced: 28 days ago
JSON representation
GTK3 application launcher similar to Mac OS launchpad and Wayland compatible.
- Host: GitHub
- URL: https://github.com/echo-devim/slingswarm
- Owner: echo-devim
- License: gpl-3.0
- Created: 2016-11-22T20:33:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T15:40:31.000Z (about 7 years ago)
- Last Synced: 2025-03-23T10:35:48.458Z (about 1 month ago)
- Topics: application-launcher, gtk3, vala, wayland-compatibility
- Language: Vala
- Homepage:
- Size: 1.5 MB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slingswarm
Slingswarm is the GTK+3 version of Slingscold, i.e. a lightweight application launcher similar to Launchpad in Mac OS X. It is also Wayland compatible.
This project was originally forked from Slingscold:
* http://sourceforge.net/projects/slingscold/
## Compilation
Enter inside the **build** folder and execute `cmake ..` and after `make`.
## Post Install
Once installed set shortcut key to access Slingswarm.
* System -> Preferences -> Hardware -> Keyboard Shortcuts > click Add
* Name: Slingswarm
* Command: slingswarm-launcherNow assign it a shortcut key, such as CTRL+SPACE.
Note: Some themes don't have the 'application-default-icon'. Slingswarm needs to have this icon, so please download it from the [FlatWoken](https://github.com/alecive/FlatWoken) icon pack and execute the following commands:
```
# cp application-default-icon.svg /usr/share/icons/hicolor/scalable/apps/
# gtk-update-icon-cache /usr/share/icons/hicolor
```## Changelog
1.0
* Removed libunique dependency (for Wayland compatibility)
* Several code improvements and bug fixes
* Ported Slingscold to GTK3