4e88b65563
chunkwm is a tiling window manager for macOS that uses a plugin architecture, successor to kwm. chunkwm represents windows as the leaves of a binary tree, and supports binary space partitioned, monocle and floating desktops. Development is happening on macOS Mojave (10.14), but OSX El Capitan (10.11.6) and newer should work fine. Older versions may or may not be compatible and will not be officially supported. chunkwm is controlled via the chunkc command-line utility, which sends commands to chunkwm to manipulate windows. chunkwm does not handle any keyboard input. A third party program (e.g. skhd) is needed to map keyboard events to chunkwm actions via chunkc.
16 lines
612 B
Text
16 lines
612 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2019/04/02 01:49:09 jmmv Exp $
|
|
|
|
chunkwm has been configured to start with your session.
|
|
|
|
To get started, copy ${PREFIX}/share/examples/chunkwm/chunkwmrc to
|
|
~/.chunkwmrc and edit at will. The configuration file must be executable.
|
|
|
|
Once done, launch chunkwm with:
|
|
|
|
launchctl load /Library/LaunchAgents/com.koekeishiya.chunkwm.plist
|
|
|
|
You should also install skhd, the keyboard daemon to capture key presses
|
|
and send commands to chunkwm.
|
|
|
|
===========================================================================
|