Regenerated
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user