Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

alfredosa/macos-window-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Macos Window Manager

Warning

This project is now officially migrated to https://git.alfie.news/macos-window-manager I will likely delete this sometime.

Built this because coming from Linux I am missing an easy way to interact with windows on Mac with the Keyboard

I will add Keycodes as config too so you don't have to use mine.

right now its Cmd + Ctrl + (left,right,up) Arrows. Will position your window based on the screen size.

Run locally

Install rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

build and run the project

cargo build --release && ./build/release/macos-window-manager
# could also
cargo run --release

About

Window Manager written in rust for Mac :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages