snippins
snippins
Getting the menu gtk apps is not so hard IMO. I added the unity-gtk-module (or topmenu-gtk-module) to the GTK_MODULES variable at startup. After thatI notice that the [i3-hud-menu](https://github.com/RafaelBocquet/i3-hud-menu) script (i3...
@rilian-la-te Yeah I kinda understand that after reading your code + kde code recently. What a dump assumption to make by me. - _ -
My solution: - Install https://github.com/kvaps/kubectl-node-shell - Create a k9s plugin for it. This seems good enough?
@fnikolov You can use the $NAME variable to get the node name.
@crypdick @cornerman I know this is closed I found an solution for this. There is an automation project called [dogtail](https://gitlab.com/dogtail/dogtail) that allows programmatically clicking buttons/ text-boxes. For dogtail to work...
We don't need to worry about specific GUI toolkit with dogtail so something like gui-easyfocus is probably good enough. Dogtail is in python so it should not be too hard...
@crypdick I use plenty of QT apps and enabling accessibility features for them unfortunately lead to memory leaks, so I didn't continue. The situation might change now though
@cornerman @crypdick Seems like my qt apps no longer getting memory leaks from enabling atspi, so I decided to continue this. Here is the script that spits out windows control...
These situations also happen a lot to me. I would love to have this feature added to i3.
@fknorr Hi, I have come up with a workaround for the first use-case. In stead of focus with one click, you can make it a double click to focus by...