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

Copyright(c) Konstantin Sobolev <konstantin.sobolev@gmail.com>
LicenseBSD-style (see LICENSE)
MaintainerKonstantin Sobolev <konstantin.sobolev@gmail.com>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

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 }