6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
export GDK_SCALE=2
|
|
export GDK_DPI_SCALE=0.5
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
|
export XCURSOR_SIZE=32
|