Mihai Fufezan
Mihai Fufezan
Are you sure your `exec` comes after the windowrule in the config file?
@DreamMaoMao meson should work now.
LightDM is known not to work properly with Wayland compositors. Maybe try SDDM/GDM/greetd and see if those help.
Are your GPU drivers working?
Does launching from tty work?
You may want to enable logs with `debug:disable_logs = false` and `debug:enable_stdout_logs = true`.
In the config file, add: ```ini debug { disable_logs = false enable_stdout_log = true } ```
You should have more logs than before at least.
[This Home Manager option](https://nix-community.github.io/home-manager/options.xhtml#opt-wayland.windowManager.hyprland.plugins). There are a few plugins in Nixpkgs, then there are many on GitHub that come with flakes, for example [hy3](https://github.com/outfoxxed/hy3/) or [hyprland-plugins](https://github.com/hyprwm/hyprland-plugins/).
Redirect the output to a file or pipe, or start the program as a service and let the service supervisor capture the logs.