chore: update .gitignore and enhance README with compositor setup instructions
Some checks failed
CI / test (push) Failing after 4m58s
CI / clippy (push) Failing after 5m3s
CI / fmt (push) Successful in 19s

This commit is contained in:
2026-03-15 20:09:06 +01:00
parent 86e843f666
commit bee429192f
3 changed files with 61 additions and 2 deletions

View File

@@ -2,8 +2,6 @@
A lightweight, GPU-accelerated command palette for Linux (Wayland/X11). Zero Electron — every pixel rendered via WGPU. Async search that never blocks the UI.
![k-launcher](docs/screenshot.png)
## Quick Start
```bash
@@ -27,6 +25,7 @@ cargo build --release
k-launcher uses a normal window; configure your compositor to float it.
**Hyprland** (`~/.config/hypr/hyprland.conf`):
```
windowrule = float, ^(k-launcher)$
windowrule = center, ^(k-launcher)$
@@ -34,6 +33,7 @@ bind = SUPER, Space, exec, k-launcher
```
**Sway** (`~/.config/sway/config`):
```
for_window [app_id="k-launcher"] floating enable, move position center
bindsym Mod4+space exec k-launcher