dotfiles-old/.local/bin/brave-wayland

5 lines
165 B
Plaintext
Raw Normal View History

2022-03-10 03:42:22 +00:00
#!/bin/sh
#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
2022-03-24 05:05:35 +00:00
#chromium --ozone-platform-hint=auto "$@"
brave --ozone-platform-hint=auto "$@"