Add quickshell
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: Quickshell.execDetached(["kitty", "-e", "nmtui"])
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
Reference in New Issue
Block a user