From 69d03a9de83a143015cf1b09855a6f71c4b04d5e Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Sun, 16 Nov 2025 14:57:13 -0500 Subject: [PATCH] any updates --- shared/.config/sway/config | 2 +- shared/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/.config/sway/config b/shared/.config/sway/config index d5b145c..96f89bc 100644 --- a/shared/.config/sway/config +++ b/shared/.config/sway/config @@ -48,7 +48,7 @@ focus_follows_mouse no # Trackpad input type:touchpad { tap enabled - natural_scroll enabled + natural_scroll disabled dwt enabled accel_profile "adaptive" pointer_accel 0.3 diff --git a/shared/.zshrc b/shared/.zshrc index 2080b63..536598c 100644 --- a/shared/.zshrc +++ b/shared/.zshrc @@ -27,7 +27,7 @@ PROMPT="%F{blue}%m %~%b "$'\n'"%(?.%F{green}%Bλ%b |.%F{red}?) %f" bindkey '^ ' autosuggest-accept #load ssh keys on shell startup -eval `keychain --eval --quiet github` +eval `keychain --eval --quiet github git` #direnv hook eval "$(direnv hook zsh)"