Add quickshell

This commit is contained in:
2026-08-10 11:58:43 +05:30
parent 426fe32a63
commit b556ef9551
6 changed files with 238 additions and 0 deletions
@@ -0,0 +1,8 @@
import Quickshell
import QtQuick
MouseArea {
anchors.fill: parent
onClicked: Quickshell.execDetached(["kitty", "-e", "nmtui"])
cursorShape: Qt.PointingHandCursor
}