usable
This commit is contained in:
@@ -40,6 +40,12 @@ PanelWindow {
|
||||
Component.onCompleted: {
|
||||
|
||||
root.hyprcmds.forEach((c) => { Hyprland.dispatch(c) })
|
||||
|
||||
Hyprland.rawEvent.connect((e) => {
|
||||
if(e.name == "configreloaded") {
|
||||
root.hyprcmds.forEach((c) => { Hyprland.dispatch(c) })
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
property int topEx: topRect.reserve
|
||||
|
||||
Reference in New Issue
Block a user