HorrorPills
HorrorPills
Extension.js, line 59 change "MOUSE" to "CENTER_ALWAYS" https://docs.gtk.org/gtk3/enum.WindowPosition.html
Do you mean to have a configurable launch keyboard shortcut? Very much possible, yes!
If you wish to open the window in the middle of your screen, you must change line 59 from: window.set_position(Gtk.WindowPosition.MOUSE); to window.set_position(Gtk.WindowPosition.CENTER_ALWAYS); You can also manipulate the size of the...
Hello, thanks for reporting the issue. As mentioned on the main page, this is a known issue that is getting looked into. The mouse interaction problem exists no matter what...
> I've been looking into this the last couple days with very little progress; currently I'm trying to rewrite most of extension.js to use a different gtk container to see...
Thanks for submitting an issue. Did you try to to change the "shell version" from 42 to 43 in `metadata.json` file? Does it return any errors?
I added version 43 to the metadata.json file. Let me know if you encounter any errors.
hello, Wayland is not fully supported yet.
Hi, For now you have to use keyboard navigation. A fix for enabling full mouse click functionality is being worked on. Use TAB to highlight the checkbox, then hit ENTER.
Looks nice! You can modify the Window Size in the code:) Good suggestion for window size adjustment. I will also take a look at KB shortcuts.