1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-07-20 05:17:45 +02:00

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

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

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

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

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

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

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

@ -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

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

@ -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

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