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

View File

@ -47,7 +47,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Firefox", NULL, NULL, 1 << 9, 0, 0, 0, -1 },
{ "LibreWolf", NULL, NULL, 2, 0, 0, 0, -1 },
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },