This approach to swallowing works.

This commit is contained in:
Bartek Stalewski 2022-08-01 01:21:30 +02:00
parent 8230063ad2
commit 6c4240ad22
2 changed files with 22 additions and 19 deletions

View file

@ -1,3 +1,3 @@
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /usr/bin/firefox &