diff --git a/dot_profile.tmpl b/dot_profile.tmpl index 1f043fc..a1f78c9 100644 --- a/dot_profile.tmpl +++ b/dot_profile.tmpl @@ -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