Compare commits

..

2 Commits

8 changed files with 28 additions and 1 deletions

View File

@ -1,4 +1,5 @@
edge edge
edge-guest
libreawoo libreawoo
htop-foot htop-foot
teams 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

@ -1 +1 @@
Subproject commit 8f824312835e6ec35635cb56c663fdd014c9e94e Subproject commit 779d86ad67eaf4cfbc2af7d1511e0020e371a222