Or not.
This commit is contained in:
parent
3ef61eff3f
commit
835f351d49
3 changed files with 5 additions and 5 deletions
3
_desktop/firefox
Executable file
3
_desktop/firefox
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue