chore: upd
This commit is contained in:
19
Shell/Window/Window.qml
Normal file
19
Shell/Window/Window.qml
Normal file
@@ -0,0 +1,19 @@
|
||||
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"
|
||||
}
|
||||
Reference in New Issue
Block a user