Compare commits
2 Commits
5c1f8d3b28
...
5e789dfe91
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e789dfe91 | |||
| 37cfe4a6c1 |
@@ -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
|
### 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:
|
Even if you've configured the app to always run as wallpaper using hyprwinwrap, you can still run it in debug mode:
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ int main(void) {
|
|||||||
InitWindow(WIDTH, HEIGHT, get_window_title());
|
InitWindow(WIDTH, HEIGHT, get_window_title());
|
||||||
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
SetWindowState(FLAG_WINDOW_RESIZABLE);
|
||||||
SetTargetFPS(60);
|
SetTargetFPS(60);
|
||||||
|
SetExitKey(KEY_NULL);
|
||||||
|
|
||||||
// initialize hyprland socket path
|
// initialize hyprland socket path
|
||||||
hyprland_socket_path = get_hyprland_socket_path();
|
hyprland_socket_path = get_hyprland_socket_path();
|
||||||
|
|||||||
Reference in New Issue
Block a user