mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Fixed scaling for simple-scan
This commit is contained in:
parent
8b75a2547c
commit
18ecf6f602
1 changed files with 1 additions and 1 deletions
2
profile
2
profile
|
@ -4,5 +4,5 @@ export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue