mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Add environment variables for xsecurelock
This commit is contained in:
parent
0507ec52ae
commit
a1bf8e09e7
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ export GOPATH="$HOME/.local/opt/go"
|
||||||
export PATH="$HOME/.local/opt/go/bin:$PATH"
|
export PATH="$HOME/.local/opt/go/bin:$PATH"
|
||||||
# add .local/bin to $PATH
|
# add .local/bin to $PATH
|
||||||
export PATH="$HOME/.local/bin:$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" }}
|
{{- if eq .chezmoi.hostname "helix" }}
|
||||||
# make GTK apps scale correctly on hidpi
|
# 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 thunar
|
||||||
|
|
Loading…
Reference in a new issue