Compare commits

..

No commits in common. "9815ff6d5ef968e7a22bccca1a84c77d53530e94" and "2e42459e1ad12f8a88e2086b3049610443292030" have entirely different histories.

4 changed files with 7 additions and 9 deletions

View File

@ -78,7 +78,7 @@ repos:
exclude_types: [python, pyi, jupyter] exclude_types: [python, pyi, jupyter]
additional_dependencies: [ additional_dependencies: [
# https://www.npmjs.com/package/prettier # https://www.npmjs.com/package/prettier
"prettier@3.2.5", "prettier@3.2.4",
# https://www.npmjs.com/package/@prettier/plugin-ruby # https://www.npmjs.com/package/@prettier/plugin-ruby
"@prettier/plugin-ruby@4.0.4", "@prettier/plugin-ruby@4.0.4",
] ]

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/chromium-browser --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/google-chrome-stable --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x

View File

@ -1,4 +1,10 @@
#!/usr/bin/env bash #!/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 set -x
/usr/bin/microsoft-edge --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ /usr/bin/microsoft-edge --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
set +x set +x