Coder Social home page Coder Social logo

Comments (8)

saucoide avatar saucoide commented on June 27, 2024 3

Update yabai to 7.1.1 which fixes this issue
https://github.com/koekeishiya/yabai/blob/master/CHANGELOG.md#711---2024-05-18

from yabai.

bytesizelearning avatar bytesizelearning commented on June 27, 2024

I'm experiencing the same issue but I never enabled SIP in the first place.

The only thing that changed is my Macbook is now in clam shell mode and I updated to the latest version of macOS.

from yabai.

alber70g avatar alber70g commented on June 27, 2024

I experenced something similar where unmanaged windows (I use a shortcut to make them unmanaged and bigger) wouldn't move to the other display as well.

Steps to reproduce:

  1. open a window (new terminal window for example), this window is automatically managed
  2. float the window (alt - t)
  3. move window to next display (ctrl + shift - up)

Expected:

  • window moves to the next display, focus moves with it

Actual:

  • window doesn't move, focus does move

Exhibit 1: Shortcuts for ~/.skhdrc

# .skhdrc

# float / unfloat window and center
# use different settings for < 16:9 and > 16:9
alt - t : screen_width=$(yabai -m query --displays | jq "map(select(.index == $(yabai -m query --windows | jq 'map(select(."has-focus" == true))[0].display')))[0].frame.w"); \
  screen_height=$(yabai -m query --displays | jq "map(select(.index == $(yabai -m query --windows | jq 'map(select(."has-focus" == true))[0].display')))[0].frame.h"); \
  screen_ratio=$(echo "scale=2; $screen_width / $screen_height" | bc); \
  yabai -m window --toggle float --sub-layer below; \
  echo "$screen_ratio"; \
  if [[ $(echo "$screen_ratio > 1.78" | bc) -eq 1 ]] ; then \
    echo '> 16:9';\
    yabai -m window --grid 12:12:3:2:6:10; \
  else  \
    echo '< 16:9';\
    yabai -m window --grid 12:10:2:2:6:8; \
  fi

# send window to monitor and follow focus
ctrl + shift - up 	  : yabai -m window --display next; yabai -m display --focus next
ctrl + shift - down   : yabai -m window --display prev; yabai -m display --focus prev

from yabai.

MKrbm avatar MKrbm commented on June 27, 2024

I'm experiencing the same issue but I never enabled SIP in the first place.

The only thing that changed is my Macbook is now in clam shell mode and I updated to the latest version of macOS.


This can be the case. Actually I updated my mac-os before disabling SIP.

from yabai.

unix-unicorn avatar unix-unicorn commented on June 27, 2024

I am facing the same issue since the last update with both managed and unmanaged windows I have SIP disabled

from yabai.

nlamirault avatar nlamirault commented on June 27, 2024

Same issue using the last update to Sonoma 14.5

from yabai.

maheks avatar maheks commented on June 27, 2024

I have the same issue since updating, although I never touched SID so it should be enabled. Is there any other way to move the windows to another space? Because as of now yabai is unusable on 14.5 (at least for me) :(

from yabai.

bytesizelearning avatar bytesizelearning commented on June 27, 2024

@saucoide Thank you that solved it.

from yabai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.