Skip to content

Simple and minimalistic plugin for lxpanel to show title of current window. Intended for use with xmonad as WM.

License

Notifications You must be signed in to change notification settings

xkollar/lxpanel-window-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxpanel-window-title

Simple and minimalistic plugin for lxpanel to show title of current window. Intended for use with xmonad as WM.

Based on example plugin from lxpanel plugins HOWTO.

How does it look like.

Minimal xmonad.hs to work with lxpanel and lxpanel-window-title:

module Main ( main ) where

import XMonad
import XMonad.Config.Desktop ( desktopConfig )
import XMonad.Hooks.ManageDocks ( manageDocks )

main :: IO ()
main = xmonad $ desktopConfig
    { manageHook = manageDocks <+> manageHook desktopConfig
    }

Installation

Usual sequence should suffice:

./autogen.sh
./configure
make && make install

Development

Refer to LXPanel plugin development.

./configure CFLAGS='-Wall -pedantic -std=gnu99 -Werror'

About

Simple and minimalistic plugin for lxpanel to show title of current window. Intended for use with xmonad as WM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published