From fbf1a65135c7a5fe7041ca253e59c1bcab3b092d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 Feb 2024 19:00:46 -0500 Subject: still need to set the path in xprofile otherwise like setup-inputs and i3 keybinds and stuff don't work --- xorg/.xprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xorg/.xprofile b/xorg/.xprofile index 93969a5..2b01b23 100644 --- a/xorg/.xprofile +++ b/xorg/.xprofile @@ -1,5 +1,8 @@ #!/bin/sh +PATH="$HOME/.bin/local:$HOME/.bin/$(hostname):$HOME/.bin:$PATH" +export PATH + eval "$(ssh-agent)" setup-inputs -- cgit v1.2.3-54-g00ecf