Compare commits

..

No commits in common. "d08fbd127dd4428052fa5a6f4dfe916ae37bf864" and "0507ec52ae81467f52f94d358d90c992cfd73ed4" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -5,12 +5,6 @@ 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,7 +39,6 @@ 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 }}