2022-12-22 04:07:12 -05:00
|
|
|
# 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"
|
2023-03-12 21:13:26 -04:00
|
|
|
# xsecurelock settings
|
|
|
|
export XSECURELOCK_AUTH=auth_x11
|
|
|
|
export XSECURELOCK_AUTHPROTO=authproto_pam
|
|
|
|
export XSECURELOCK_BURNIN_MITIGATION=300
|
|
|
|
export XSECURELOCK_PASSWORD_PROMPT=time
|
2022-12-28 14:56:33 -05:00
|
|
|
{{- if eq .chezmoi.hostname "helix" }}
|
2022-12-22 04:07:12 -05:00
|
|
|
# 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
|
2022-12-28 14:56:33 -05:00
|
|
|
{{- end }}
|