Files
2025-05-27 16:25:29 +02:00

8 lines
152 B
Bash

#!/usr/bin/env bash
set -eu
wayland_native="$(snapctl get wayland-native)"
if [[ -z "$wayland_native" ]]; then
snapctl set wayland-native=false
fi