add firefox wrapper

This commit is contained in:
randomuser 2022-06-26 18:59:05 -05:00
parent 4747fbc237
commit 8a77baba44
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@ sh:
cp -f sh/status $(DESTDIR)$(PREFIX)/bin
cp -f sh/cfg $(DESTDIR)$(PREFIX)/bin
cp -f sh/repos $(DESTDIR)$(PREFIX)/bin
cp -f sh/fire $(DESTDIR)$(PREFIX)/bin
mkc: c/scream c/timer c/boid c/anaconda c/simplestatus c/colors

3
sh/fire Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
HOME="/home/usr/.local/share/firefox" firefox $@