diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 11:50:25 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 11:50:25 -0400 |
commit | 5373184656c7ebb73e268e9033e9d8ff3eb5f3fd (patch) | |
tree | 326ed5c68848be4f9ada4b20b713377bee4b52e3 /bin | |
parent | 9cb49dc6454ed3d916d7bb0490275650d4a5e54c (diff) |
added recent changes to sway config, ranger bookmarks and moving to firefox
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/facebook.sh | 3 | ||||
-rwxr-xr-x | bin/gmail.sh | 3 | ||||
-rwxr-xr-x | bin/hangouts.sh | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/bin/facebook.sh b/bin/facebook.sh index 8baae86..4cfe54f 100755 --- a/bin/facebook.sh +++ b/bin/facebook.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash -GDK_BACKEND=x11 exo-open ~/bin/apps/book.desktop +#GDK_BACKEND=x11 exo-open ~/bin/apps/book.desktop +firefox-developer-edition -P facebook --no-remote & diff --git a/bin/gmail.sh b/bin/gmail.sh index 1684967..a93f3ac 100755 --- a/bin/gmail.sh +++ b/bin/gmail.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash -GDK_BACKEND=x11 exo-open ~/bin/apps/gmailer.desktop +#GDK_BACKEND=x11 exo-open ~/bin/apps/gmailer.desktop +firefox-developer-edition -P gmail --no-remote & diff --git a/bin/hangouts.sh b/bin/hangouts.sh index 5579dca..9a1c6b1 100755 --- a/bin/hangouts.sh +++ b/bin/hangouts.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash -GDK_BACKEND=x11 exo-open ~/bin/apps/outs.desktop +#GDK_BACKEND=x11 exo-open ~/bin/apps/outs.desktop +firefox-developer-edition -P hangouts --no-remote & |