nixos-configs VS yabai

Compare nixos-configs vs yabai and see what are their differences.

yabai

A tiling window manager for macOS based on binary space partitioning (by koekeishiya)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nixos-configs yabai
4 219
40 21,736
- -
9.7 9.6
2 days ago 22 days ago
Nix C
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

nixos-configs

Posts with mentions or reviews of nixos-configs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-13.
  • Three signs that Wayland is becoming the favored way to get a GUI on Linux
    3 projects | news.ycombinator.com | 13 Jul 2023
    Recently switched to Hyprland (a Wayland tiling window manager) on NixOS. It's beautiful! As a former i3 user, I'm very happy with it. It looks really nice out of the box (especially compared to i3's default appearance) and has a lot of very interesting features.

    I especially enjoy Hyprland's implementation of special workspaces, which allows me to hide specific application windows and summon them on-demand with a keybinding.

    My Hyprland config is here for anyone interested: https://github.com/heywoodlh/nixos-configs/blob/master/roles...

  • Send a message to teams channel on Linux server SSH connexion
    2 projects | news.ycombinator.com | 19 May 2023
    This is what I use for my home lab running NixOS:

    https://github.com/heywoodlh/nixos-configs/blob/d5b0ffbcc4cb...

    This script is so nice because it's so simple: it follows the journalctl output of sshd.service and then sends a push notification to me through Gotify's CLI (I just need to remember to setup gotify when I setup my server). The best part is that it's so easy to modify this script for ANY systemd service that is using journalctl.

    I alert on all successful and failed attempts, because in my home lab, I should be the only one logging in -- so I don't really get notifications unless I'm working on something. It's helped me a few times when I've accidentally left port 22 exposed to the world on some VPS' -- reminding me to add firewall rules to reduce access.

  • Keyboard tricks from a macOS app dev
    13 projects | news.ycombinator.com | 23 Apr 2023
    I use NixOS+GNOME+pop-shell for tiling windows on Linux, and I love it!

    I am quite frequently on MacOS, and I use Yabai[0] and skhd[1], managed with Nix-Darwin for tiling windows and custom keyboard shortcuts. With how I make my Linux and MacOS builds look and feel identical it's pretty easy for me to forget when I'm on one vs the other.

    For anyone curious, here's my repository for deploying my configs[3]. It's awesome to have one source of truth for managing NixOS servers and workstations, MacOS workstations, and other Linux workstations with Nix installed.

    [0] https://github.com/koekeishiya/yabai

    [1] https://github.com/koekeishiya/skhd

    [2] http://daiderd.com/nix-darwin/

    [3] https://github.com/heywoodlh/nixos-configs

  • My Quest for the Perfect Window Manager
    7 projects | news.ycombinator.com | 4 Jul 2022
    I really like NixOS (I just barely distro-hopped away from NixOS back to Arch). One reason I switched away is because similar to my i3 setup I would find myself tweaking my actual desktop/system more than getting work done. Mostly because I haven't sat down for a few hours to become more familiar with Nix's declarative language -- but I kind of don't Nix's language and think it is far from intuitive for me.

    For reference, here's my nixpkgs repo (galaxy-chromebook is my most recent config): https://github.com/heywoodlh/nixpkgs

yabai

Posts with mentions or reviews of yabai. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-17.
  • My MacBook setup (the 2024 version)
    6 projects | news.ycombinator.com | 17 Feb 2024
    It exists! Check out [yabai](https://github.com/koekeishiya/yabai), which is nicely paired with [skhd](https://github.com/koekeishiya/skhd).
  • Ask HN: Best Hacks for a Ultrawide Monitor?
    4 projects | news.ycombinator.com | 8 Feb 2024
    I have a 49 inch CRG9 and the best recommendation for window management is Yabai (https://github.com/koekeishiya/yabai) along with skhd (https://github.com/koekeishiya/skhd). Yabai is a greedy window management solution that tries to fit opened applications in given space and skhd let's you easily jump between those using keyboard shortcuts. This has massively improved my ultrawide experience.

    Only disclaimer is, configuring yabai has a slight learning curve.

  • Is there an app that does this Windows feature?
    1 project | /r/MacOS | 5 Dec 2023
    Want something free that's better than tiling on Windows? Yabai.
  • Yabai – A tiling window manager for macOS
    1 project | /r/hackernews | 2 Dec 2023
    35 projects | news.ycombinator.com | 30 Nov 2023
    Here it is. There is no visualization of the stack, which apparently Stackline in the other comment supports, but I don't tend to need that. Just being able to move between the windows is good enough for me.

    https://github.com/koekeishiya/yabai/issues/203#issuecomment...

  • Asahi Linux folks are doing us a solid with WPA3 fixes
    3 projects | news.ycombinator.com | 7 Nov 2023
    I use Yabai on my Macs without SIP enabled. Here’s a list of the features that absolutely require SIP to be disabled: https://github.com/koekeishiya/yabai/issues/1863

    But you don’t need to disable SIP just for tiling.

    > there's still a ton of tinkering and tweaking you need to do to get Yabai really working correctly

    This is pretty much true of basically every tiling window manager on Linux, too.

    For me, using Nix-Darwin for MacOS and NixOS has drastically simplified my tiling window manager setup after initially doing the work to figure out my ideal config.

  • macOS Containers v0.0.1
    24 projects | news.ycombinator.com | 26 Sep 2023
    SIP is a feature that protects you from malicious actors with root (admin) access on your device. After they've encrypted your photos and drives and changed your passwords, it prevents them from making your machine unbootable by deleting or altering system binaries. As a side effect of this protection, you give up certain freedoms to customize your system.

    https://github.com/koekeishiya/yabai

    For instance requires SIP to be disabled.

  • Yabai: A binary space partitioning tiling window manager for macOS
    1 project | news.ycombinator.com | 17 Aug 2023
  • Ask HN: Why does Apple refuse to add window snapping to macOS?
    9 projects | news.ycombinator.com | 17 Jun 2023
    This is disproven by the fact that Yabai [1] can instantly swap spaces with SIP disabled.

    [1] https://github.com/koekeishiya/yabai

  • [Serious] I don't get why people like Mac and I feel like I'm missing out
    4 projects | /r/webdev | 11 Jun 2023
    If you find the native window management lackluster (like I do), you can install a window manager like Amethyst, or yabai, veeer, or many others.

What are some alternatives?

When comparing nixos-configs and yabai you can also consider the following projects:

applescript-Nudge-My-Window - Window size and position management scripts for use with keyboard-based launchers like LaunchBar and Alfred.

Amethyst - Automatic tiling window manager for macOS à la xmonad.

ssh-login-teams-alert-webhook - Send a notification to MS Teams channel when user connect to a server

Rectangle - Move and resize windows on macOS with keyboard shortcuts and snap areas

dwl - dwm for Wayland - ARCHIVE: development has moved to Codeberg

vscode-vibrancy - Enable Acrylic/Glass effect for your VS Code.

awesome-wlroots - A curated list of tools and compositors for wlroots

Karabiner-Elements - Karabiner-Elements is a powerful utility for keyboard customization on macOS Sierra (10.12) or later.

labwc - A Wayland window-stacking compositor

alt-tab-macos - Windows alt-tab on macOS

material-shell - A modern desktop interface for Linux. Improve your user experience and get rid of the anarchy of traditional desktop workflows. Designed to simplify navigation and reduce the need to manipulate windows in order to improve productivity. It's meant to be 100% predictable and bring the benefits of tools coveted by professionals to everyone.

MonitorControl - 🖥 Control your display's brightness & volume on your Mac as if it was a native Apple Display. Use Apple Keyboard keys or custom shortcuts. Shows the native macOS OSDs.