Giter Site home page Giter Site logo

jfchevrette / chunkwm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from saforem2/chunkwm

1.0 3.0 0.0 678 KB

Tiling window manager for MacOS based on plugin architecture

License: MIT License

Makefile 1.30% C 7.29% C++ 81.83% Objective-C++ 9.10% Shell 0.47%

chunkwm's Introduction

Description Build Status

chunkwm is a tiling window manager for MacOS that uses a plugin architecture, successor to kwm

click here to view current project status

Development is happening on and primarily for MacOS Sierra (10.12.3).

Older versions may or may not be compatible and will not be officially supported.

chunkwm_demo

Configuration

chunkwm itself has a very sparse configuration file, located at $HOME/.chunkwmrc.

a symlink can be made for people who wish to keep the actual file in some other location.

the config file is simply a bash script that specifies which plugins to load and how they are loaded.

plugins can be loaded and unloaded without having to restart chunkwm.

see sample config.

Development

requires Xcode-8 command line tools.

build chunkwm:

# chunkwm's makefile is in the project directory
cd <project>

make            # debug build
make install    # optimized build

the binary is placed in <project>/bin.

build chunkc:

# chunkc is a client to interact with **chunkwm** and **plugins**.
cd <project>/src/chunkc

make            # optimized build

the binary is placed in <project>/src/chunkc/bin.

build plugins:

# every plugin provides its own makefile
cd <project>/src/plugins/<plugin>

make            # debug build
make install    # optimized build

the plugin binaries are placed in <project>/plugins.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.