Files
DeltaruneQuickshell/Shell/Window/Window.qml
2026-01-24 00:23:54 +02:00

20 lines
431 B
QML

import Quickshell
import Quickshell.Wayland
import QtQuick
PanelWindow {
WlrLayershell.layer: WlrLayer.Top
WlrLayershell.focusable: true
WlrLayershell.keyboardFocus: WlrKeyboardFocus.OnDemand
WlrLayershell.namespace: "deltarune-quickshell"
visible: true
exclusionMode: ExclusionMode.Ignore
aboveWindows: true
focusable: true
implicitWidth: 1217
implicitHeight: 767
color: "#000000"
}