Work setup.

This commit is contained in:
Bartek Stalewski 2022-02-01 18:40:53 +01:00
parent 631f2360fb
commit aa3c93b943
3 changed files with 7 additions and 4 deletions

View file

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

6
_desktop/librewolf Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/firefox
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/firefox /bin/firefox "$*" || HOME=$XDG_CONFIG_HOME/firefox /bin/firefox
#!/bin/sh
mkdir -p $XDG_CONFIG_HOME/librewolf
[ -n "$1" ] && HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf "$*" || HOME=$XDG_CONFIG_HOME/librewolf ~/.local/bin/appimages/LibreWolf/librewolf