Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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