Franz Berger

Results 4 issues of Franz Berger

gdb output: ``` $ GAME_DEBUGGER=gdb ./portal2.sh -game portal2 -steam GNU gdb (Gentoo 7.7 p1) 7.7 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later...

Reviewed

Scripts might have dependencies among each other. In my case, I set `Xft.dpi` in one script, then other scripts use this information to make scaling decisions accordingly.

Attempts to fix #138 by using a different "scaling base" when the compositor supports the new [fractional-scale-v1](https://wayland.app/protocols/fractional-scale-v1) protocol. With this PR, I observed no gaps or any overlap between the...

With some fractional scales, way-displays creates output layouts that overlap. For instance, using two 3840x2160 displays, and with ``` ARRANGE: ROW ALIGN: TOP SCALING: true AUTO_SCALE: false SCALE: - NAME_DESC:...

bug