mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Init quickshell
This commit is contained in:
16
modules/wm/quickshell/shell.qml
Normal file
16
modules/wm/quickshell/shell.qml
Normal file
@@ -0,0 +1,16 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
import qs.widgets
|
||||
|
||||
|
||||
ShellRoot {
|
||||
Bar {}
|
||||
|
||||
Connections {
|
||||
function onReloadCompleted() {
|
||||
Quickshell.inhibitReloadPopup();
|
||||
}
|
||||
|
||||
target: Quickshell
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user