mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 09:53:10 -05:00
fixed DPI scaling for simple-scan
This commit is contained in:
parent
90c7f1ce36
commit
826859f9e3
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -7,6 +7,6 @@ export PATH="$HOME/.local/opt/go/bin:$PATH"
|
|||
export PATH="$HOME/.local/bin:$PATH"
|
||||
# make GTK apps scale correctly on hidpi
|
||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
|
||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 "simple-scan"
|
||||
export GDK_SCALE=2 GDK_DPI_SCALE="0.50 Simple-scan"
|
||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
|
||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
||||
|
|
Loading…
Reference in a new issue