Work setup.
This commit is contained in:
parent
07d263e538
commit
5caebc8c07
4 changed files with 7 additions and 7 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