mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
18 lines
703 B
Cheetah
18 lines
703 B
Cheetah
# make Java behave when not using a DE
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
# move $GOPATH to .local
|
|
export GOPATH="$HOME/.local/opt/go"
|
|
export PATH="$HOME/.local/opt/go/bin:$PATH"
|
|
# add .local/bin to $PATH
|
|
export PATH="$HOME/.local/bin:$PATH"
|
|
{{- if eq .chezmoi.hostname "helix" }}
|
|
# 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
|
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 spotify
|
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 pinta
|
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 Gajim
|
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 Ristretto
|
|
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 ghex
|
|
{{- end }}
|