Work setup.

This commit is contained in:
Bartek Stalewski 2022-02-02 18:01:06 +01:00
parent 07d263e538
commit 5caebc8c07
4 changed files with 7 additions and 7 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