rvaiya
rvaiya
If I understand you correctly, this only saves a single keystroke. Grid mode can be entered from normal mode by pressing `g`, so you can just activate warpd in normal...
I haven't had time to implement multi screen support for windows. This is on the todo list, but at present it is unsupported.
Adding this in a cross platform way is a lot of work. I am currently in the process of porting most of warpd's useful functionality into [keyd](https://github.com/rvaiya/keyd), and will probably...
Unfortunately Gnome is completely unsupported as it doesn't implement the requisite protocol. At the moment only wlroots based wayland compositors like sway are supported.
I believe this should be fixed in the latest commit. Please be aware that wayland support is experimental and has several limitations due to the way wayland is architected. warpd...
Can you do the same demo using the branch `217-dbg`? (`git fetch origin && git checkout pub/217-dbg && make && ./bin/warpd --normal`)
> The above did not work so I did the following. Sorry, that should indeed have been `git checkout origin/217-dbg` as above. Can you post the output of`217-dbg2`?
Odd. 9133aa2 reverts 9c4a7cd2e which you claim was causing the problem, but you appear to have the same issue. Can you confirm that 9c4a7cd2e is indeed a the problematic commit?...
> The values set there does not work Make sure you reload warpd (`launchctl kickstart -k gui/$UID/com.warpd.warpd`) after updating the file. Also be aware that: ``` hint_activation_key : j ```...
Please ensure you are building from the latest commit ( b2792bfb) (a new release should be out soon). You no longer need to manually restart warpd using `kickstart`, as I've...