import Quickshell import QtQuick MouseArea { anchors.fill: parent onClicked: Quickshell.execDetached(["kitty", "-e", "nmtui"]) cursorShape: Qt.PointingHandCursor }