#!/bin/sh
if kmod list | grep -qE 'radeon|amdgpu'; then
	echo GDK_RENDERING=image
fi
