Skip to content

Commit

Permalink
xfce4-session: Also scale the font on HiDPI systems
Browse files Browse the repository at this point in the history
Setting `GDK_DPI_SCALE` to .5 causes the font to be too small, so set it
to 1.
  • Loading branch information
pmenzel committed May 31, 2018
1 parent 6042115 commit 3e3c140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xfce4-session.be0
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ mee_install_post() {
start_cmd cat >${D}${BINDIR}/startxfce4_hidpi <<-EOF
#!/bin/bash
export GDK_SCALE=2
export GDK_DPI_SCALE=.5
export GDK_DPI_SCALE=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
export XCURSOR_SIZE=48
/usr/bin/startxfce4 "$@"
Expand Down

0 comments on commit 3e3c140

Please sign in to comment.