GithubHelp home page GithubHelp logo

timothyklim / osxmonad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arnihermann/osxmonad

0.0 2.0 0.0 110 KB

Tiling window manager for Mac OS X.

License: Other

Haskell 59.81% C 7.63% Objective-C 32.56%

osxmonad's Introduction

osxmonad

This is a library which allows XMonad to manage Mac OS X windows.

Status

  • Only attached hook is layoutHook
  • No Xinerama (multiple monitor support)
  • No borders
  • No focusFollowsMouse

Installation

We need XMonad's compilation step to include the -framework Cocoa flag to GHC. This repository includes a xmonad.patch (1 line diff) that you must apply to the XMonad source:

git clone git://github.com/xmonad/osxmonad.git
darcs get http://code.haskell.org/xmonad
cd xmonad
darcs apply ../osxmonad/xmonad.patch
cabal install "X11 >=1.5 && <1.7"
cabal configure
cabal install
cd ../osxmonad
cabal configure
cabal install

Note: Mountain Lion users will have to download and install XQuartz.

Configuration

Create ~/.xmonad/xmonad.hs:

import XMonad
import OSXMonad.Core

main = osxmonad defaultConfig {
         modMask = mod1Mask .|. mod4Mask,
         keys = osxKeys
       }

Now we can run xmonad to have our windows managed.

Videos

License

BSD-3

osxmonad's People

Contributors

devn avatar gphil avatar honza avatar puffnfresh avatar robb avatar timothyklim avatar

Watchers

 avatar  avatar

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.