cherrot

Results 4 issues of cherrot

set font-size to 16px and adjust widget width.

Like: ``` def schedule(self, scheduled_time, func, args=None, kwargs=None, interval=None, repeat=None, result_ttl=None, timeout=None, queue_name=None): ``` What I want is: ``` def enqueue_in(self, time_delta, func, func, args=None, kwargs=None, interval=None, repeat=None, result_ttl=None, timeout=None,...

`fcitx5-remote -t` does not accept a parameter to activate an IM, neither does it provide a method to get the current IM name.

I tried to map `` to `` in terminal mode to switch to the normal mode. But it doesn't work, instead, it just toggles the terminal. Maybe it's not a...