From 28068fb57dc1e0aff22f6de3c79ee3f9d8ffa65d Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Thu, 29 Jan 2026 21:48:19 -0800 Subject: move application-aware utility functions to separate module --- main.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 71abee8..cadece7 100644 --- a/main.lua +++ b/main.lua @@ -4,6 +4,7 @@ local cacher = require('cacher') local config = require('config') local input = require('input') local rt = require('rt') +local rx = require('rx') local util = require('util') local _catalogue = require('catalogue') local _downloader = require('downloader') @@ -75,6 +76,7 @@ local ctx = { xc = xc, } rt.init(state, osd, ctx) +rx.init(state, osd, ctx) mp.observe_property('mouse-pos', 'native', function(_, mpos) input.update_mpos(mpos) -- cgit v1.2.3-70-g09d2