Mihai Fufezan
Mihai Fufezan
> I'm afraid I don't know how to build hyprland in debug. @ehula https://wiki.hyprland.org/Nix/Contributing-and-Debugging/#build-in-debug-mode
> > > Where is that service? > > > > > > The option is in the hm-module contained in this repo :) > > That's really cool, how...
Duplicate of https://github.com/hyprwm/hyprlock/issues/65?
Are you using the `-P` flag by any chance? It shouldn't happen without it. If all else fails, use [this patch](https://github.com/hyprwm/hyprlock/blob/main/nix/cmake.patch).
I'm not sure whether the hyprlock nix package works with the system-wide PAM on your system. You may want to try testing whether your distro's hyprlock package (or manual build)...
You can color it with pango's markup: ```html placeholder_text = Input Password... ```
@alikhan37544 https://github.com/hyprwm/xdg-desktop-portal-hyprland/pull/268
1. The hyprland module is not ready for this change yet, see https://github.com/hyprwm/Hyprland/pull/3242 2. Your nixpkgs is old 3. Context?
Can't the grammar be activated by file-types? Something like `hyprland.conf`, `hyprpaper.conf`, etc could work, just like [here](https://github.com/helix-editor/helix/blob/master/languages.toml#L254) (that's how Helix handles grammars).
@vaxerski I agree with @aserowy, `.conf` is way too general to differentiate from other config languages. Let's allow the usage of `.hypr`/`.hy` extensions alongside `.conf`.