mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-20 21:37:20 +02:00
Compare commits
2 Commits
2e42459e1a
...
9815ff6d5e
Author | SHA1 | Date | |
---|---|---|---|
9815ff6d5e | |||
e587513244 |
@ -78,7 +78,7 @@ repos:
|
||||
exclude_types: [python, pyi, jupyter]
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.2.4",
|
||||
"prettier@3.2.5",
|
||||
# https://www.npmjs.com/package/@prettier/plugin-ruby
|
||||
"@prettier/plugin-ruby@4.0.4",
|
||||
]
|
||||
|
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…
x
Reference in New Issue
Block a user