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

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

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