From b0177ed34612dd8e02ab618e9e966755208d8afc Mon Sep 17 00:00:00 2001 From: voidarc Date: Sat, 27 Jun 2026 10:39:15 +0100 Subject: [PATCH] added woomer --- modules/binds.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/binds.lua b/modules/binds.lua index 13cb8f0..f036ab8 100644 --- a/modules/binds.lua +++ b/modules/binds.lua @@ -135,6 +135,15 @@ local globalAppBinds = { end, }, + { + key = { "x" }, + dispatch = function() + if recordingMode == 1 then + hl.exec_cmd("woomer --output DP-1 --radius 2 --monitor DP-1 -S") + end + end, + }, + -- Logout menu { key = { "a", "e" }, dispatch = "wlogout -b 5" },