Compare commits

...

2 commits

2 changed files with 7 additions and 0 deletions

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

View file

@ -39,6 +39,7 @@ xinput set-prop 13 303 1 &
{{- else if eq .chezmoi.hostname "triangulum" }}
xinput set-prop 10 306 1 &
{{- else if eq .chezmoi.hostname "hydrus" }}
xrandr --output DP-1 --mode 1920x1080 --rate 144.00 --output DP-2 --mode 1920x1080 --rate 60.00 &
xset m 10/10 100 r rate 500 30 b on &
numlockx on &
{{- end }}