rift - a tiling window manager for macos

Source: github.com
40 points by atticus a day ago on lobsters | 16 comments

Rift is a tiling window manager for macOS that focuses on performance and usability.

Rift demo

Rust CI Status Last Commit Open Issues GitHub stars Matrix

Features

  • Focus follows the mouse with auto raise
  • Does not require disabling SIP
  • Performant animations (as seen in the demo)
  • Switch to next/previous workspace with trackpad gestures (just like native macOS)
  • Hot reloadable configuration
  • Mach port based IPC for communicating with rift from third-party programs (sketchybar, etc)
  • Works with “Displays have separate Spaces” enabled (unlike all other major WMs)

Quick Start

Get up and running via the docs:


config


quick start

Community

Join #rift:matrix.org for discussion, support, and development.

Support

If rift is part of your daily workflow, consider sponsoring its development.

Motivation

Aerospace worked well for me, but I missed animations and the ability to use fullscreen on one display while working on the other. I also prefer leveraging private/undocumented APIs as they tend to be more reliable (due to the OS being built on them and all the public APIs) and performant. for more on why rift exists and what rift strives to do, see the manifesto

Credits

Rift began as a fork (and is licensed as such) of glide-wm but has since diverged significantly. It uses private APIs reverse engineered by yabai and other projects. It is not affiliated with glide-wm or yabai.