Compare commits
2 Commits
be76b81d6e
...
5e57111548
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e57111548 | |||
| 2e148cb31a |
@@ -3,10 +3,6 @@
|
|||||||
# Format: monitor = [port], resolution, position, scale
|
# Format: monitor = [port], resolution, position, scale
|
||||||
|
|
||||||
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
|
# Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K.
|
||||||
env=GDK_SCALE,1.5
|
|
||||||
env=QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
||||||
env=QT_ENABLE_HIGHDPI_SCALING,1
|
|
||||||
env=QT_SCREEN_SCALE_FACTORS,2
|
|
||||||
# monitor=eDP-1,3840x2160,0x0,2
|
# monitor=eDP-1,3840x2160,0x0,2
|
||||||
monitor=desc:Samsung Electric Company LU28R55 HNMN500475,3840x2160,auto-left,1.5
|
monitor=desc:Samsung Electric Company LU28R55 HNMN500475,3840x2160,auto-left,1.5
|
||||||
monitor=desc:Samsung Electric Company LU28R55 HNMN500462,3840x2160,auto-right,1.5
|
monitor=desc:Samsung Electric Company LU28R55 HNMN500462,3840x2160,auto-right,1.5
|
||||||
|
|||||||
@@ -4,6 +4,11 @@
|
|||||||
export STATION_PATH=$HOME/.local/share/station
|
export STATION_PATH=$HOME/.local/share/station
|
||||||
export PATH=$STATION_PATH/bin:$PATH
|
export PATH=$STATION_PATH/bin:$PATH
|
||||||
|
|
||||||
|
export GDK_SCALE=1.5
|
||||||
|
# export QT_AUTO_SCALE_FACTOR=1
|
||||||
|
# export QT_ENABLE_HIGHDPI_SCALING=1
|
||||||
|
export QT_SCALE_FACTOR=1.5
|
||||||
|
|
||||||
# Set default terminal and editor
|
# Set default terminal and editor
|
||||||
source ~/.config/uwsm/default
|
source ~/.config/uwsm/default
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user