zocker-160 / keyboard-center

Application for mapping macro keys on Logitech keyboards
GNU General Public License v3.0
66 stars 3 forks source link

Feature Request: Option to disable openrgb integration #60

Closed Yaakoss closed 5 months ago

Yaakoss commented 8 months ago

Hi,

i use a tiling window manager (Qtile) with X11 and/or wayland. No login manager. Keyboard center gets startet via a hook from Qtile. This works mostly but the issue is that openrgb often does not started correctly, so i have to restart keyboard center manually to get the profile loaded. Instead i would prefer to be able to disable openrgb start from keyboard-center and start it manually instead.

Meanwhile i edited the code on my machine and commented the codelines out. Now i can start both separately.

zocker-160 commented 8 months ago

I agree in general this would be a good option to have.

In your case though you only have to make sure that openRGB is started before keyboard-center, it will automatically connect to an already running instance.

Sa-Kage commented 5 months ago

I second this request. I guess this was done to make it possible to automatically switch OpenRGB profiles when swapping profiles on keyboard, but it also makes it impossible (at least for me) to apply profiles via OpenRGB to my G910.

zocker-160 commented 5 months ago

I know it is not a pretty solution, but I just don't have the time to implement a proper settings page.