mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 05:50:47 -05:00
Add & after xinput commands
This commit is contained in:
parent
30db8984bf
commit
d3007e7919
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
fi
|
||||
|
||||
{{ if eq .chezmoi.hostname "helix" -}}
|
||||
xinput set-prop 13 312 .8
|
||||
xinput set-prop 13 312 .8 &
|
||||
{{ else if eq .chezmoi.hostname "triangulum" -}}
|
||||
xinput set-prop 10 306 1
|
||||
xinput set-prop 10 306 1 &
|
||||
{{- end }}
|
||||
xsetroot -cursor_name left_ptr &
|
||||
exec bspwm
|
||||
|
|
Loading…
Reference in a new issue