monky-2.2.1.0: A system state collecting library and application

Maintainerongy
Stabilitytesting
PortabilityLinux
Safe HaskellNone
LanguageHaskell2010

Monky.Examples.IBus

Description

This module provides an example of how to use the ibus-hs package.

This is only usefull if you have ibus installed and active on your system.

This module will display the current global engine and provides event driven updates. For better usability the names returned by ibus can be remapped to something more readable by the mapping given to the creation function.

Synopsis

Documentation

getIBusH Source #

Arguments

:: [(String, MonkyOut)]

A mapping from engine names to display names for those engines

-> IO IBusH

The handle that can be given to pack

Get an IBusH used by this module

data IBusH Source #

The handle type for this module