xmonad-contrib-bluetilebranch-0.8.1.3: Third party extensions for xmonadSource codeContentsIndex
XMonad.Config.Gnome
MaintainerSpencer Janssen <spencerjanssen@gmail.com>
Contents
Usage
Description
This module provides a config suitable for use with the GNOME desktop environment.
Synopsis
gnomeConfig
gnomeRun :: X ()
Usage

To use this module, start with the following ~/.xmonad/xmonad.hs:

 import XMonad
 import XMonad.Config.Gnome

 main = xmonad gnomeConfig
gnomeConfig
gnomeRun :: X ()Source
Launch the Run Application dialog. gnome-panel must be running for this to work.
Produced by Haddock version 2.4.2