i3ipc-rs icon indicating copy to clipboard operation
i3ipc-rs copied to clipboard

feat: add window_type to node

Open acheronfail opened this issue 5 years ago • 2 comments

This PR adds the window_type property.

I'm creating this PR now, but we should wait for the upstream changes first:

  • [x] add window_type to i3's IPC response: https://github.com/i3/i3/pull/3797
  • [x] add window_type to i3's documentation: https://github.com/i3/i3/pull/3931
  • [x] wait for the next version of i3 to be released (4.18)

Once they're done, this PR should be good to go.

acheronfail avatar Feb 07 '20 09:02 acheronfail

Will you try following steps ?

  1. Apply https://mlterm.sourceforge.net/mlterm-3.9.2-fixbidimode.patch to mlterm-3.9.2 and rebuild mlterm.
  2. Add a following line to ~/.mlterm/key. Control+Shift+x="proto:bidi_mode=switch"
  3. Start mlterm and press Control+Shift+x (firefox style) (bidi_mode option has 3 modes(normal, left, right) and Control+Shift+x switches the 3 modes sequentially.)

arakiken avatar Jan 03 '23 01:01 arakiken