Skip to content

Scale font in Xfce 4 HiDPI session #797

Merged
merged 2 commits into from
Jun 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions xfce4-session.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xfce4-session-4.12.1-4
# BEE_VERSION xfce4-session-4.12.1-5

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down 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