This commit is contained in:
Bartek Stalewski 2021-12-19 22:47:05 +01:00
parent 3ef61eff3f
commit 835f351d49
3 changed files with 5 additions and 5 deletions

3
_desktop/firefox Executable file
View file

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