From: Michael Stapelberg Date: Mon, 1 Aug 2011 12:40:01 +0000 (+0200) Subject: docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux) X-Git-Tag: 4.0.1~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9fbf6e3992d37d9ce2b081d146558b3ccaf013b8;p=i3%2Fi3 docs/userguide: use i3bar instead of dzen2 in the 'exec' example (Thanks ubitux) --- diff --git a/docs/userguide b/docs/userguide index 6941af91..70d0f7d4 100644 --- a/docs/userguide +++ b/docs/userguide @@ -523,7 +523,7 @@ exec_always command *Examples*: -------------------------------- -exec i3status | dzen2 -dock +exec i3status | i3bar -d exec_always ~/my_script.sh --------------------------------