Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topekodev/waylauncher
GTK4 based Wayland application launcher.
https://github.com/topekodev/waylauncher
application-launcher gtk4 rust wayland
Last synced: 21 days ago
JSON representation
GTK4 based Wayland application launcher.
- Host: GitHub
- URL: https://github.com/topekodev/waylauncher
- Owner: topekodev
- License: gpl-3.0
- Created: 2024-07-15T00:30:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T19:16:05.000Z (3 months ago)
- Last Synced: 2024-10-10T22:10:33.595Z (about 1 month ago)
- Topics: application-launcher, gtk4, rust, wayland
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waylauncher
GTK4 based Wayland fuzzy search application launcher written in Rust.
I am a Rust beginner and this is my first GTK app.## Features
- Fuzzy search
- XDG desktop entries![image](https://github.com/user-attachments/assets/05b843f2-bc2b-4e67-87b3-ef213e4ac7b1)
## Example config
~/.config/waylauncher/config.toml
```toml
terminal = "foot"[window]
top = 300
width = 800
height = 500[keys]
exit = ["Escape"]
action = ["Return"]
next = ["C-j", "C-n", "Down"]
previous = ["C-k", "C-p", "Up"]
```## Custom CSS
~/.config/waylauncher/style.css