mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Compare commits
2 commits
0507ec52ae
...
d08fbd127d
Author | SHA1 | Date | |
---|---|---|---|
d08fbd127d | |||
a1bf8e09e7 |
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue