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

4 lines
126 B
Plaintext
Raw Normal View History

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