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
bd122d4c70
commit
ad955825ab
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"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
# make GTK apps scale correctly on hidpi
|
# 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 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 lutris
|
||||||
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
||||||
|
|
Loading…
Reference in a new issue