do not launch keepassxc by default for i3, do dbus-launch for i3, setup xinput settings for cbi laptop

This commit is contained in:
Tony Blyler 2021-09-08 08:52:44 -04:00
parent aac21cc673
commit d4a7aab052
2 changed files with 14 additions and 2 deletions

View file

@ -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