Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animations not working on Sequoia #2541

Closed
sho-orty opened this issue Feb 13, 2025 · 4 comments
Closed

Animations not working on Sequoia #2541

sho-orty opened this issue Feb 13, 2025 · 4 comments

Comments

@sho-orty
Copy link

sho-orty commented Feb 13, 2025

I've enabled animations for yabai and screen recording access is on, but windows just doesn't have animations, except borders

# bsp or float (default: float)
yabai -m config layout bsp 

# Animations
yabai -m config window_animation_duration    0.3
yabai -m config window_animation_easing      ease_out_quint


#yabai -m config external_bar all:35:0

# Override default layout for space 2 only
yabai -m config --space 2 layout float

# Set all padding and gaps to 20pt (default: 0)
yabai -m config top_padding    15 
yabai -m config bottom_padding 10
yabai -m config left_padding   10
yabai -m config right_padding  10
yabai -m config window_gap     15

# Override gaps for space 2 only
yabai -m config --space 2 window_gap 0

# Set menu bar transparent
#yabai -m config menubar_opacity 0.0


# Window borders
borders

@Bellavene
Copy link

Bellavene commented Feb 13, 2025

What is the output of csrutil status?
Is there sudo yabai --load-sa in .yabairc?

@sho-orty
Copy link
Author

I added yabai --load-sa in .yabairc but still doesn't work

csrutil status:

System Integrity Protection status: unknown (Custom Configuration).

Configuration:
	Apple Internal: disabled
	Kext Signing: enabled
	Filesystem Protections: disabled
	Debugging Restrictions: disabled
	DTrace Restrictions: enabled
	NVRAM Protections: disabled
	BaseSystem Verification: enabled
	Boot-arg Restrictions: disabled
	Kernel Integrity Protections: disabled
	Authenticated Root Requirement: enabled

This is an unsupported configuration, likely to break in the future and leave your machine in an unknown state.

@Bellavene
Copy link

Bellavene commented Feb 13, 2025

Add it at the beginning of .yabairc and the signal for dock too. like so.

yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
sudo yabai --load-sa

It should work

If not, try executing yabai --uninstall-sa; yabai --restart-service

@sho-orty
Copy link
Author

Thank you it works now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants