Compare commits
1 Commits
a143b1a1f1
...
b0177ed346
| Author | SHA1 | Date | |
|---|---|---|---|
| b0177ed346 |
@@ -135,6 +135,15 @@ local globalAppBinds = {
|
|||||||
end,
|
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
|
-- Logout menu
|
||||||
{ key = { "a", "e" }, dispatch = "wlogout -b 5" },
|
{ key = { "a", "e" }, dispatch = "wlogout -b 5" },
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user