Skip to content

A tiling window manager for macOS based on binary space partitioning

License

Notifications You must be signed in to change notification settings

BLACKSWORD0/homebrew-yabai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fyabai

Personal patches for yabai. Cherry-pick them to your own fork if you want to use them:

Only works with disabled system window manager and Ventura (?) (e.g. in yabairc):

launchctl unload -F /System/Library/LaunchAgents/com.apple.WindowManager.plist > /dev/null 2>&1 &
  • Upgrade IPC from unix sockets to mach messages
  • Window borders are drawn half inside and half outside the window to avoid gaps
  • Animation fade for smoother animations
  • Allow only one child at a time to zoom to parent node
  • Zoomed windows occlude windows below in the next-window-in-direction calculation
  • Focus closest window on application termination
  • Focus sibling window node on window destruction
  • Auto Padding for ultrawide displays (min 21:9)

About

A tiling window manager for macOS based on binary space partitioning

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.6%
  • Objective-C 15.9%
  • Other 0.5%