Set GTK2 scale factor to 1

restic-rest-server
Simon Bruder 2020-12-08 18:49:04 +01:00
parent 91cd41286b
commit 9d155e1773
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ lib.mkIf config.sbruder.gui.enable {
extraSessionCommands = ''
export CLUTTER_BACKEND=wayland
export GDK_BACKEND=wayland
export GDK_DPI_SCALE=1
export MOZ_ENABLE_WAYLAND=1
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1