configure 152 B

1234567
  1. #!/usr/bin/env bash
  2. set -eu
  3. wayland_native="$(snapctl get wayland-native)"
  4. if [[ -z "$wayland_native" ]]; then
  5. snapctl set wayland-native=false
  6. fi