mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-12-22 18:52:46 +01:00
bash/usr-local-bin: more edge wrappers in hopes I am hitting a temporary fixed bug
This commit is contained in:
parent
2c4a1ebf0d
commit
0118ce4993
2
bash/usr-local-bin/.gitignore
vendored
2
bash/usr-local-bin/.gitignore
vendored
@ -1,5 +1,5 @@
|
||||
edge
|
||||
edge-guest
|
||||
edge-*
|
||||
libreawoo
|
||||
htop-foot
|
||||
teams
|
||||
|
1
bash/usr-local-bin/edge-beta
Symbolic link
1
bash/usr-local-bin/edge-beta
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-edge-beta
|
1
bash/usr-local-bin/edge-beta-guest
Symbolic link
1
bash/usr-local-bin/edge-beta-guest
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-edge-beta-guest
|
1
bash/usr-local-bin/edge-dev
Symbolic link
1
bash/usr-local-bin/edge-dev
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-edge-dev
|
1
bash/usr-local-bin/edge-dev-guest
Symbolic link
1
bash/usr-local-bin/edge-dev-guest
Symbolic link
@ -0,0 +1 @@
|
||||
microsoft-edge-dev-guest
|
4
bash/usr-local-bin/microsoft-edge-beta
Executable file
4
bash/usr-local-bin/microsoft-edge-beta
Executable 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
|
5
bash/usr-local-bin/microsoft-edge-beta-guest
Executable file
5
bash/usr-local-bin/microsoft-edge-beta-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
microsoft-edge-beta --guest "$@"
|
||||
set +x
|
4
bash/usr-local-bin/microsoft-edge-dev
Executable file
4
bash/usr-local-bin/microsoft-edge-dev
Executable 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
|
5
bash/usr-local-bin/microsoft-edge-dev-guest
Executable file
5
bash/usr-local-bin/microsoft-edge-dev-guest
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
microsoft-edge-dev --guest "$@"
|
||||
set +x
|
Loading…
Reference in New Issue
Block a user