bash/usr-local-bin/chromiums: add wrappers for guest mode

This commit is contained in:
Aminda Suomalainen 2024-04-12 14:38:55 +03:00
parent 088b4108da
commit 48d81bad1c
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
7 changed files with 27 additions and 0 deletions

View File

@ -1,4 +1,5 @@
edge
edge-guest
libreawoo
htop-foot
teams

5
bash/usr-local-bin/brave-guest Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
brave --guest "$@"
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
chromium --guest "$@"
set +x

View File

@ -0,0 +1 @@
microsoft-edge-guest

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
google-chrome --guest "$@"
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
microsoft-edge --guest "$@"
set +x

View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -x
vivaldi --guest "$@"
set +x