diff options
author | jao <jao@gnu.org> | 2017-12-15 03:32:27 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2017-12-15 03:32:27 +0100 |
commit | b89668884f021e1023160febb680a43588a6aeaa (patch) | |
tree | ec625019888664efb6c7502b754269daebab16db /news.md | |
parent | a7bc612666062b5c48efae74054a453334727e91 (diff) | |
download | xmobar-b89668884f021e1023160febb680a43588a6aeaa.tar.gz xmobar-b89668884f021e1023160febb680a43588a6aeaa.tar.bz2 |
Configurable WM_CLASS and WM_NAME (should address #323)
Diffstat (limited to 'news.md')
-rw-r--r-- | news.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ % xmobar - Release notes +## Version 0.25 + +_New features_ + + - The X11 properties `WM_NAME` and `WM_CLASS` for xmobar windows can + be setup in either the configuration file (`wmName` and `wmClass`) + or using the new flags `-n` adn `-w` (see [issue #323]). + +[issue #303]: https://github.com/jaor/xmobar/issues/323 + + ## Version 0.24.5 (May, 2017) _Bug fixes_ |