Add environment variables for xsecurelock

This commit is contained in:
Andrew Scott 2023-03-12 21:13:26 -04:00
parent 0507ec52ae
commit a1bf8e09e7
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -5,6 +5,12 @@ 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"
# xsecurelock settings
export XSECURELOCK_AUTH=auth_x11
export XSECURELOCK_AUTHPROTO=authproto_pam
export XSECURELOCK_BURNIN_MITIGATION=300
export XSECURELOCK_PASSWORD_PROMPT=time
export XSECURELOCK_SAVER=saver_blank
{{- if eq .chezmoi.hostname "helix" }}
# make GTK apps scale correctly on hidpi
export GDK_SCALE=2 GDK_DPI_SCALE=0.50 thunar