Skip to content

Commit 6859c81

Browse files
authored
Only export BREEZE_SCALE_FACTOR when HiDPI is detected
1 parent d114d77 commit 6859c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

overlays/uzip/hello/files/usr/local/bin/start-hello

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ if [ "$HIDPI" != "" ] ; then
209209
# export GDK_DPI_SCALE=1.5 # Not working
210210
# See https://ricostacruz.com/til/fractional-scaling-on-xorg-linux for a possible solution
211211
# for other scaling factors
212+
export BREEZE_SCALE_FACTOR=$QT_SCALE_FACTOR # https://github.com/helloSystem/KWin/issues/3
212213
fi
213-
export BREEZE_SCALE_FACTOR=$QT_SCALE_FACTOR # https://github.com/helloSystem/KWin/issues/3
214214

215215
# Launch per-user daemons
216216

0 commit comments

Comments
 (0)