diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-01-03 16:33:25 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-01-03 16:33:34 +0100 |
commit | a7b90a353f6f53de0abeaf1aeee4bd3d20ae54de (patch) | |
tree | d7a268ae230e4045024ddc9b2305ea6082b00cb0 | |
parent | 3548c8e79b4fe224bea60b95606936693eac0640 (diff) |
make slw PATH available to intro sequence
-rwxr-xr-x | bin/wmintro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wmintro b/bin/wmintro index a3e03ca..dce0880 100755 --- a/bin/wmintro +++ b/bin/wmintro @@ -9,7 +9,7 @@ sleep 0.1 WINIT_X11_SCALE_FACTOR=1.0 alacritty -e sh -c 'cava | lolcat' & sleep 0.1 -WINIT_X11_SCALE_FACTOR=1.0 alacritty -e slw & +PATH="${PATH}:${HOME}/bin" WINIT_X11_SCALE_FACTOR=1.0 alacritty -e slw & sleep 0.1 WINIT_X11_SCALE_FACTOR=1.0 alacritty -e neo-matrix -D & |