This commit is contained in:
enkore 2014-10-12 18:13:59 +02:00
parent dcbb73db4a
commit 7c6561c854

View File

@ -25,9 +25,9 @@ class Mail(IntervalModule):
"color", "color_unread", "format", "format_plural", "color", "color_unread", "format", "format_plural",
("hide_if_null", "Don't output anything if there are no new mails"), ("hide_if_null", "Don't output anything if there are no new mails"),
("email_client", "The command to run on left click. " ("email_client", "The command to run on left click. "
"For example, to launch Thunderbird set command_on_click to ``thunderbird``. " "For example, to launch Thunderbird set ``email_client` to ``thunderbird``. "
"Alternatively, to bring Thunderbird into focus, " "Alternatively, to bring Thunderbird into focus, "
"set command_on_click to ``i3-msg -q [class=\"^Thunderbird$\"] focus``. " "set ``email_client`` to ``i3-msg -q [class=\"^Thunderbird$\"] focus``. "
"Hint: To discover the X window class of your email client run 'xprop | grep -i class' " "Hint: To discover the X window class of your email client run 'xprop | grep -i class' "
"and click on it's window\n"), "and click on it's window\n"),
) )