dotfiles/profile

13 lines
474 B
Text
Raw Normal View History

2022-02-09 16:04:45 -05:00
# make Java behave when not using a DE
export _JAVA_AWT_WM_NONREPARENTING=1
2022-08-05 21:20:50 -04:00
# move $GOPATH to .local
export GOPATH="$HOME/.local/opt/go"
export PATH="$HOME/.local/opt/go/bin:$PATH"
2022-02-09 16:04:45 -05:00
# add .local/bin to $PATH
2021-12-17 23:14:15 -05:00
export PATH="$HOME/.local/bin:$PATH"
2022-02-09 16:04:45 -05:00
# make GTK apps scale correctly on hidpi
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar
2022-08-05 21:20:50 -04:00
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 "simple-scan"
2022-02-09 16:04:45 -05:00
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 lutris
2022-05-10 20:17:32 -04:00
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify