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

4 lines
126 B
Plaintext
Raw Normal View History

2022-05-31 04:42:48 +00:00
#!/bin/sh
#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
chromium --ozone-platform-hint=auto "$@"