diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 08:44:24 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-27 08:44:24 -0500 |
commit | 5ac1d40fe8a9f968d7937d3a30824883d0547d21 (patch) | |
tree | 5b9131883d9d418fb200377f99c802031d3e1543 /i3-filescmd.sh | |
parent | 45f61ff80062ec9137c0d77f3b732bc1a4f59179 (diff) | |
download | scripts-5ac1d40fe8a9f968d7937d3a30824883d0547d21.tar.xz scripts-5ac1d40fe8a9f968d7937d3a30824883d0547d21.zip |
fixed up docking mechanism
Diffstat (limited to 'i3-filescmd.sh')
-rwxr-xr-x | i3-filescmd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-filescmd.sh b/i3-filescmd.sh index fc4a53c..ac47cdf 100755 --- a/i3-filescmd.sh +++ b/i3-filescmd.sh @@ -1,3 +1,3 @@ #!/bin/sh -alacritty -e zsh -c "cat ~/.config/wpg/sequences && vifm" +alacritty -e zsh -c "cat ~/.config/wpg/sequences && vifm ~/downloads ~" |