JingMatrix
JingMatrix
In my case, I want to keep the nav part since you have made many efforts to make it work. Any I feel that the config of layout in the...
My main motivation is that I want to set frontmatters programtically, but it is readonly. So I have to use different default layouts for different sets of files using locales...
I apply this PR with the current HEAD. The api of `wlr_output_layout_get_box` has changed, so you should change your code a bit in `sway/sway/input/text_input.c`. After this, I compiled your code,...
Now I test it ( after fixing the output_box api problem) with the HEAD of fcitx5 and HEAD of sway, everything works!
Please tell me if you have intention to extend this plugin to non-gnome environment, @ferdnyc @andyholmes . If so, I can add a page to the project wiki to show...
You need to forward the Android Chrome socket for DevTools. Here is an example in my project: https://github.com/JingMatrix/ChromeXt/blob/master/app/src/main/java/org/matrix/chromext/DevTools.kt
关于第三点, 获取被选中的元素还是蛮简单,可以参考我的代码: https://github.com/JingMatrix/ChromeXt/blob/09d426cd90fa81c74fec62796bef3ba242bd5a5a/app/src/main/assets/local_eruda.js#L59-L65 如果你不想扩展类的话,也可以直接调用 ```js eruda.get("elements")._curNode ```
Thanks for reviewing. Unfortunately, I have forgotten most of the logic of gsconnect, though I am using this pull request for the whole year. It seems after merging the main...
I test it on my machine with both sway and gnome-shell sessions, and there is no problem. (It turned out that I forgot to start ydotoold in sway.) I would...
I found that the env GNOME_SETUP_DISPLAY is specially set by gnome, which can thus be used to detect gnome. Now this pull request should pass all tests without problems, you...