Iain

Results 8 comments of Iain

typeahead is now ignoring the return key completely when :rigid? is set to false and change-onblur? is tue

Hi, I'm seeing the same symptoms using the plugin with swiftbar. Colors work fine if I run the script in the terminal. swiftbar tells me the script version is 1.0,...

and the run in terminal version: Yes I tried the steps mentioned above. Looks like its a change in the way OSX handles text?

Here's the first part of the sh file, with the settings: ``` #!/bin/zsh # Yabai-Spaces # v1.0 # Shrey Choudhary # SxC97 # Plugin that displays total number of spaces...

Just tried it with double backslashes, no difference :-(

yabai-v3.3.10 MacOS Version 11.6

thanks @gkzhb ! That did it. Changing line 191 of yabai.1d.sh to the following fixes it: ``` echo "$FINAL| ansi=true" ```

Similarly for the $WINDOW setting that is used to show if a window is floating or managed. Change line 174 from: `WINDOW=$(yabai -m query --windows --window | jq .floating) 2>...