mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
bash/usr-local-bin: add chromium,google-chrome, rm comments from microsoft-edge
This commit is contained in:
parent
2e42459e1a
commit
e587513244
4
bash/usr-local-bin/chromium
Executable file
4
bash/usr-local-bin/chromium
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
/usr/bin/chromium-browser --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
|
||||
set +x
|
4
bash/usr-local-bin/google-chrome
Executable file
4
bash/usr-local-bin/google-chrome
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
/usr/bin/google-chrome-stable --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
|
||||
set +x
|
@ -1,10 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# To run Microsoft Edge under Wayland
|
||||
# with Mullvad proxy
|
||||
# Wireguard: --proxy-server=socks5://10.64.0.1
|
||||
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
||||
|
||||
set -x
|
||||
/usr/bin/microsoft-edge --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
|
||||
set +x
|
||||
|
Loading…
Reference in New Issue
Block a user