From a957bc134cc0afb023e08152aea6653e0d22c8ab Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 8 Sep 2026 14:58:05 -0700 Subject: macos: Add omniwm https://omniwm.app/ --- _mbsetupuser/Brewfile.org | 2 ++ 1 file changed, 2 insertions(+) (limited to '_mbsetupuser') diff --git a/_mbsetupuser/Brewfile.org b/_mbsetupuser/Brewfile.org index c472400..09802ce 100644 --- a/_mbsetupuser/Brewfile.org +++ b/_mbsetupuser/Brewfile.org @@ -36,6 +36,7 @@ Then I need some things for configuration and development purposes: - zplug :: A plug-in manager for ZSH. - atuin :: Shell history completion on steroids. - bettercmdtab :: Trying out this program that lets me have a better experience switching windows. +- omniwm :: A window manager for macos that works somewhat similarly to Niri and Hyprland. #+begin_src ruby @@ -48,6 +49,7 @@ Then I need some things for configuration and development purposes: brew "zplug" brew "atuin" cask "bettercmdtab" + cask "omniwm" #+end_src Install make because the bundled version is really old and doesn't support some of the features that I used. Surprisingly it /is/ GNU make, not BSD make that's installed. -- cgit v1.3-2-g0d8e