diff --git a/base/bin/rofi_run b/base/.local/bin/rofi_run similarity index 100% rename from base/bin/rofi_run rename to base/.local/bin/rofi_run diff --git a/base/.xprofile b/base/.xprofile index 774f517c..be546eda 100644 --- a/base/.xprofile +++ b/base/.xprofile @@ -5,7 +5,8 @@ XDG_CONFIG_HOME="$HOME/.config" export XDG_CONFIG_HOME -[ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" +# [ "$PATH" == *"$HOME/bin"* ] || PATH="$HOME/bin:$PATH" picom -b & nitrogen --restore & diff --git a/base/bin b/base/bin new file mode 120000 index 00000000..aab35185 --- /dev/null +++ b/base/bin @@ -0,0 +1 @@ +.local/bin \ No newline at end of file