aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/lua/keybind_helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/lua/keybind_helpers.lua')
-rw-r--r--config/hypr/lua/keybind_helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/lua/keybind_helpers.lua b/config/hypr/lua/keybind_helpers.lua
index 8240cc60..1b1a269b 100644
--- a/config/hypr/lua/keybind_helpers.lua
+++ b/config/hypr/lua/keybind_helpers.lua
@@ -213,7 +213,7 @@ local function dispatch(name, args)
return window_api.bring_to_top()
end
if name == "setprop" and window_api.set_prop then
- local prop, value = args:match("^(%S+)%s+(.+)$")
+ local _win, prop, value = args:match("^(%S+)%s+(%S+)%s+(.+)$")
if prop and value then
return window_api.set_prop({ prop = prop, value = value })
end
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage