Set GTK2 scale factor to 1
This commit is contained in:
parent
91cd41286b
commit
9d155e1773
|
@ -234,6 +234,7 @@ lib.mkIf config.sbruder.gui.enable {
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
export GDK_BACKEND=wayland
|
export GDK_BACKEND=wayland
|
||||||
|
export GDK_DPI_SCALE=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
Loading…
Reference in a new issue