T2hhbmEK

Results 7 comments of T2hhbmEK

Editing /var/lib/waydroid/waydroid_base.prop fixed this problem for my RX 6600 XT. However, hardware acceleration would be disabled. Not so usable. ``` ro.hardware.gralloc=default ro.hardware.egl=mesa ```

After digging into `src/managers/KeybindManager.cpp`, it seems weird to move focus to `getNextWindowOnWorkspace` if no `getWindowInDirection` matched. https://github.com/hyprwm/Hyprland/blob/3d1b255199db3ce9539befcd8547331b312a34e7/src/managers/KeybindManager.cpp#L1084 `getNextWindowOnWorkspace` sort windows by ID. And those IDs seems not to be changed...

> is this implemented with `no_focus_fallback`? @MightyPlaza Not yet. `movefocus` still wraps.

@MightyPlaza How sway behaves follows. And it's what I mean here. **wrapping** (`|x|` means focused window, `->` means `movefocus` right once) ``` | |x| | -> | | |x| ->...

@MightyPlaza My bad. Typos. I retried `no_focus_fallback`, and it's working now. This issue can be closed.

Arch Linux. 3840x2160. 相同的问题,`--force-device-scale-factor=2.0` 会停止缩放,从可能是 4.0 的缩放变成 1.0 了。 应该是 2.0 的缩放才对。 3.9 版本没有这个问题。

popos gnome 3.38.4 没有这个问题。不知道是不是 upsteam 的 bug