From 57e3989185b8209a11d79bac477479019d515180 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:48:47 +1000 Subject: plugin: add hypr extras (#690) * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc --- modules/bar/popouts/KbLayout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar') diff --git a/modules/bar/popouts/KbLayout.qml b/modules/bar/popouts/KbLayout.qml index b12f2ef..4ecea9e 100644 --- a/modules/bar/popouts/KbLayout.qml +++ b/modules/bar/popouts/KbLayout.qml @@ -23,6 +23,6 @@ ColumnLayout { Layout.fillWidth: true text: qsTr("Switch layout") - onClicked: Quickshell.execDetached(["hyprctl", "switchxkblayout", "all", "next"]) + onClicked: Hypr.message("switchxkblayout all next") } } -- cgit v1.2.3-freya