mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Update touchpad settings and exec line
This commit is contained in:
parent
08bb9b2f8b
commit
76a95786b9
1 changed files with 5 additions and 4 deletions
|
@ -34,14 +34,15 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "helix" -}}
|
{{ if eq .chezmoi.hostname "helix" -}}
|
||||||
xinput set-prop 13 283 1
|
xinput set-prop 14 283 0 &
|
||||||
xinput set-prop 13 303 1
|
xinput set-prop 14 294 1 &
|
||||||
|
xinput set-prop 14 306 1 &
|
||||||
{{- else if eq .chezmoi.hostname "triangulum" }}
|
{{- else if eq .chezmoi.hostname "triangulum" }}
|
||||||
xinput set-prop 10 306 1
|
xinput set-prop 10 306 1 &
|
||||||
{{- else if eq .chezmoi.hostname "hydrus" }}
|
{{- else if eq .chezmoi.hostname "hydrus" }}
|
||||||
xset m 10/10 100 r rate 500 30 b on &
|
xset m 10/10 100 r rate 500 30 b on &
|
||||||
numlockx on &
|
numlockx on &
|
||||||
{{- end }}
|
{{- end }}
|
||||||
xsetroot -cursor_name left_ptr
|
xsetroot -cursor_name left_ptr
|
||||||
exec dbus-launch --sh-syntax --exit-with-x11 bspwm
|
exec dbus-run-session bspwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue