bash/usr-local-bin: more edge wrappers in hopes I am hitting a temporary fixed bug

This commit is contained in:
Aminda Suomalainen 2024-04-29 10:08:03 +03:00
parent 2c4a1ebf0d
commit 0118ce4993
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
9 changed files with 23 additions and 1 deletions

View File

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

View File

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

View File

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

1
bash/usr-local-bin/edge-dev Symbolic link
View File

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

View File

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

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-beta --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x

View File

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

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-dev --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x

View File

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