diff options
author | jao <jao@gnu.org> | 2022-01-01 20:12:21 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-01 20:12:21 +0000 |
commit | 3539e3134c544fb8392728913ba6497356025be8 (patch) | |
tree | 4b4035c3d98edce30f276dd9abdb8eb63bb58040 | |
parent | caeb4f890a25545452e3866281a02017d4adb4a0 (diff) | |
download | xmobar-3539e3134c544fb8392728913ba6497356025be8.tar.gz xmobar-3539e3134c544fb8392728913ba6497356025be8.tar.bz2 |
readme nits
-rw-r--r-- | readme.org | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -100,7 +100,7 @@ if you have the default configuration file saved as ** Signal Handling -Since 0.14 xmobar reacts to SIGUSR1 and SIGUSR2: +xmobar reacts to SIGUSR1 and SIGUSR2: - After receiving SIGUSR1 xmobar moves its position to the next screen. @@ -120,6 +120,9 @@ Since 0.14 xmobar reacts to SIGUSR1 and SIGUSR2: - If you want to write your own plugins, see [[./doc/write-your-own-plugin.org][write-your-own-plugin]]. +- To understand the internal mysteries of xmobar you may try reading + [[https://wiki.haskell.org/X_window_programming_in_Haskell][this tutorial]] on X Window Programming in Haskell. + * Authors and credits Andrea Rossato originally designed and implemented xmobar up to version @@ -162,16 +165,12 @@ least for letting me think I grasp existential types...;-). Thanks to Andrea for creating xmobar in the first place, and for giving me the chance to contribute. -* Related - -- To understand the internal mysteries of xmobar you may try reading - [[https://wiki.haskell.org/X_window_programming_in_Haskell][this tutorial]] on X Window Programming in Haskell. * License This software is released under a BSD-style license. See [[https://github.com/jaor/xmobar/raw/master/license][license]] for more details. -Copyright © 2010-2020 Jose Antonio Ortega Ruiz +Copyright © 2010-2022 Jose Antonio Ortega Ruiz Copyright © 2007-2010 Andrea Rossato |