Compare commits

..

2 Commits

Author SHA1 Message Date
5e789dfe91 feat: update README
All checks were successful
CI / build (push) Successful in 45s
2026-04-20 20:24:34 +02:00
37cfe4a6c1 fix: no exit key 2026-04-20 20:22:49 +02:00
2 changed files with 9 additions and 0 deletions

View File

@@ -51,6 +51,14 @@ plugin {
}
```
### Run on start
Add this to your hyprland config (usually `~/.config/hypr/hyprland.conf`)
```ini
exec-once = pkl-wallpaper
```
### Run as debug
Even if you've configured the app to always run as wallpaper using hyprwinwrap, you can still run it in debug mode:

View File

@@ -117,6 +117,7 @@ int main(void) {
InitWindow(WIDTH, HEIGHT, get_window_title());
SetWindowState(FLAG_WINDOW_RESIZABLE);
SetTargetFPS(60);
SetExitKey(KEY_NULL);
// initialize hyprland socket path
hyprland_socket_path = get_hyprland_socket_path();