mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Force some gtk apps to scale correctly
This commit is contained in:
parent
ed58c860cf
commit
c85124e1b4
1 changed files with 7 additions and 1 deletions
8
profile
8
profile
|
@ -1,2 +1,8 @@
|
|||
# make Java behave when not using a DE
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
# add .local/bin to $PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.local/share/gem/ruby/3.0.0/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 lutris
|
||||
|
|
Loading…
Reference in a new issue