Regenerated

This commit is contained in:
2026-04-22 14:35:31 +02:00
parent 848daabdff
commit dd64045f47
4 changed files with 401 additions and 401 deletions
@@ -124,7 +124,7 @@ ShellRoot {
Process {
id: proc
command: ["hyprctl", "keyword", "general:layout", modelData.layout]
command: ["bash", "-c", "hyprctl keyword general:layout " + modelData.layout + " && hyprctl dispatch layoutmsg reload"]
onExited: Qt.quit()
}
}