Mihai Fufezan
Mihai Fufezan
The overscan problem has to be addressed in wlroots first. See https://github.com/swaywm/sway/issues/5038
I've also experienced the issue with games vanishing. The thing is, they're not vanishing, just flying to oblivion (-62457 -56535 anyone?). That also happens for spotify when it's in floating...
Does this work in sway? My hypothesis is that it's XKB's fault, that there's probably no `workman` variant for `ru` and it falls back to the default one, and when...
or `bind=SUPER,space,exec,hyprctl --batch "keyword input:kb_layout us ; keyword input:kb_variant workman"`
I searched and found [this](https://discourse.gnome.org/t/how-to-make-a-marquee-gtklabel/11088), it might be helpful.
Can you send the config over? Specifically the Hyprland modules and how you set them up.
After going through your config, I see a few issues: ```nix modules = [ ./hardware-configuration.nix hyprland.nixosModules.default (import ./configuration.nix) ]; ``` you do not need to `import` a module, just list...
@badele the flake package has an option for legacy renderer. You can use it with an override: ```nix (inputs.hyprland.packages.${pkgs.system}.hyprland.override {legacyRenderer = true;}) ``` Add the above in the HM module's...
The issue has been fixed, closing.
@ImZedik > Add the above in the HM module's `package` option. To be more explicit, in `wayland.windowManager.hyprland.package`.