You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Test"
# check if there is exactly one window belonging to the process of the window that was just created
if yabai -m query --windows \
| jq -er 'map(select(.id == env.YABAI_WINDOW_ID).pid)[0] as $pid | map(select(.pid == $pid)) | length == 1' > /dev/null
then
# unfloat the window
yabai -m window "${YABAI_WINDOW_ID}" --toggle float
fi
I never see the "Test" string when I'm using Rider and opening windows, so the last part of the configuration doesn't seem to work. I'm checking the logs using tail -f /tmp/yabai_$USER.out.log
Yabai version: yabai-v5.0.6
The text was updated successfully, but these errors were encountered:
I use several Jetbrains apps and want Yabai to completely ignore them. I tried following the this comment without success.
Here is my configuration in yabairc:
And the script:
I never see the "Test" string when I'm using Rider and opening windows, so the last part of the configuration doesn't seem to work. I'm checking the logs using
tail -f /tmp/yabai_$USER.out.log
Yabai version: yabai-v5.0.6
The text was updated successfully, but these errors were encountered: