forked from pub-solar/os
graphical/sway: use default WLR_RENDERER instead of
forcing gles2
This commit is contained in:
parent
60ed2e1f1c
commit
6bca75e91b
|
@ -8,7 +8,7 @@ let
|
|||
psCfg = config.pub-solar;
|
||||
tomlFormat = pkgs.formats.toml { };
|
||||
sessionVariables = {
|
||||
WLR_RENDERER = if psCfg.graphical.wayland.software-renderer.enable then "pixman" else "gles2";
|
||||
WLR_RENDERER = if psCfg.graphical.wayland.software-renderer.enable then "pixman" else "";
|
||||
# Fix KeepassXC rendering issue
|
||||
# https://github.com/void-linux/void-packages/issues/23517
|
||||
QT_AUTO_SCREEN_SCALE_FACTOR = "0";
|
||||
|
|
Loading…
Reference in a new issue