mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 01:43:10 -05:00
Ensure dbus starts and exits with X
This commit is contained in:
parent
173bd00aea
commit
67611a0d59
1 changed files with 3 additions and 2 deletions
|
@ -39,8 +39,9 @@ xinput set-prop 13 303 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 bspwm
|
exec dbus-launch --sh-syntax --exit-with-x11 bspwm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue