xmonad-extras-0.10: Third party extensions for xmonad with wacky dependencies

Portabilityunportable
Stabilityunstable
MaintainerKonstantin Sobolev <konstantin.sobolev@gmail.com>

XMonad.Hooks.PerWindowKbdLayout

Contents

Description

A hook that remembers per-window keyboard layouts and switches them on focus changes.

Synopsis

Usage

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

 import XMonad.Hooks.PerWindowKbdLayout

Then edit your eventHook by adding perWindowKbdLayout, for example

 main = xmonad defaultConfig { handleEventHook = perWindowKbdLayout }