diff --git a/home/.config/i3/config b/home/.config/i3/config
index 966be51..54614c8 100644
--- a/home/.config/i3/config
+++ b/home/.config/i3/config
@@ -7,7 +7,6 @@ exec_always --no-startup-id autotiling
 exec_always --no-startup-id flock -n ~/.polybar.lock polybar mybar
 exec --no-startup-id watch -n 15 autorandr --change
 exec --no-startup-id dunst
-exec --no-startup-id keepassxc
 exec --no-startup-id nm-applet
 exec --no-startup-id blueman-applet
 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
diff --git a/home/.xinitrc b/home/.xinitrc
index 9db0499..4b234ca 100644
--- a/home/.xinitrc
+++ b/home/.xinitrc
@@ -1,2 +1,15 @@
+systemctl --user import-environment DISPLAY XAUTHORITY
+
+if which dbus-update-activation-environment >/dev/null 2>&1; then
+	dbus-update-activation-environment DISPLAY XAUTHORITY
+fi
+
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Tapping Enabled'                      1
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Tapping Drag Enabled'                 1
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Tapping Drag Lock Enabled'            0
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Natural Scrolling Enabled'            1
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Disable While Typing Enabled'         1
+xinput --set-prop 'DELL0A20:00 06CB:CE65 Touchpad' 'libinput Horizontal Scroll Enabled'            1
+
 xrdb ~/.Xresources
-exec i3
+exec dbus-launch i3