xmonad-contrib-0.16.999: Community-maintained extensions extensions for xmonad
Copyright(c) Jan Vornberger 2009
LicenseBSD3-style (see LICENSE)
Maintainerjan.vornberger@informatik.uni-oldenburg.de
Stabilityunstable
Portabilitynot portable
Safe HaskellNone
LanguageHaskell98

XMonad.Actions.BluetileCommands

Contents

Description

This is a list of selected commands that can be made available using XMonad.Hooks.ServerMode to allow external programs to control the window manager. Bluetile (http://projects.haskell.org/bluetile/) uses this to enable its dock application to do things like changing workspaces and layouts.

Synopsis

Usage

You can use this module with the following in your ~/.xmonad/xmonad.hs:

   import XMonad.Hooks.ServerMode
   import XMonad.Actions.BluetileCommands

Then edit your handleEventHook:

main = xmonad def { handleEventHook = serverModeEventHook' bluetileCommands }

See the documentation of XMonad.Hooks.ServerMode for details on how to actually invoke the commands from external programs.