summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorMartin Perner <martin@perner.cc>2011-09-16 13:13:47 +0200
committerMartin Perner <martin@perner.cc>2011-09-16 13:13:47 +0200
commit8833a8166387075d75ee15690a58cbd2aacf2a67 (patch)
tree95c137f03c0780019a71adc851a1d997a55e81c6 /README
parent3079f1aab2a82e5a22857ec386ad642b3a62d06b (diff)
downloadxmobar-8833a8166387075d75ee15690a58cbd2aacf2a67.tar.gz
xmobar-8833a8166387075d75ee15690a58cbd2aacf2a67.tar.bz2
Changes signals used
Switches HUP to USR1 and USR1 to USR2, as requested
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 11c94d2..55254a6 100644
--- a/README
+++ b/README
@@ -146,11 +146,11 @@ if you have the default configuration file saved as `~/.xmobarrc`
### Signal Handling
-Since 0.14 xmobar reacts to SIGHUP and SIGUSR1:
+Since 0.14 xmobar reacts to SIGUSR1 and SIGUSR2:
-- After receiving SIGHUP xmobar moves its position to the next screen.
+- After receiving SIGUSR1 xmobar moves its position to the next screen.
-- After receiving SIGUSR1 xmobar repositions it self on the current screen.
+- After receiving SIGUSR2 xmobar repositions it self on the current screen.
Configuration
=============