literate-dotfiles/docs/notifications.html
2022-05-09 10:05:23 +02:00

2068 lines
96 KiB
HTML

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-05-09 lun. 10:04 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Dunst (Notification Manager)</title>
<meta name="author" content="Dehaeze Thomas" />
<meta name="generator" content="Org Mode" />
<link rel="stylesheet" type="text/css" href="./dist/style.css"/>
<script type="text/javascript" src="./dist/script.js"></script>
</head>
<body>
<div id="org-div-home-and-up">
<a accesskey="h" href="./index.html"> UP </a>
|
<a accesskey="H" href="./index.html"> HOME </a>
</div><div id="content" class="content">
<h1 class="title">Dunst (Notification Manager)</h1>
<div id="table-of-contents" role="doc-toc">
<h2>Table of Contents</h2>
<div id="text-table-of-contents" role="doc-toc">
<ul>
<li><a href="#org84c5b5f">Global</a>
<ul>
<li><a href="#org9781f83">Display</a></li>
<li><a href="#org10d1cc5">Text</a></li>
<li><a href="#org3e063bd">Icons</a></li>
<li><a href="#org0cf5fe3">History</a></li>
<li><a href="#org121df81">Misc/Advanced</a></li>
</ul>
</li>
<li><a href="#org0d4ceee">Shortcuts</a></li>
<li><a href="#org9fa48ff">Urgency</a></li>
</ul>
</div>
</div>
<div id="outline-container-org84c5b5f" class="outline-2">
<h2 id="org84c5b5f">Global</h2>
<div class="outline-text-2" id="text-org84c5b5f">
<div class="org-src-container">
<pre class="src src-conf">[<span class="org-type">global</span>]
</pre>
</div>
</div>
<div id="outline-container-org9781f83" class="outline-3">
<h3 id="org9781f83">Display</h3>
<div class="outline-text-3" id="text-org9781f83">
<div class="org-src-container">
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">Which monitor should the notifications be displayed on.</span>
<span class="org-variable-name">monitor</span> = <span class="org-highlight-numbers-number">0</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Display notification on focused monitor. Possible modes are:</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">mouse: follow mouse pointer</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">keyboard: follow window with keyboard focus</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">none: don't follow anything</span>
<span class="org-comment-delimiter">#</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">"keyboard" needs a windowmanager that exports the</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">_NET_ACTIVE_WINDOW property.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">This should be the case for almost all modern windowmanagers.</span>
<span class="org-comment-delimiter">#</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">If this option is set to mouse or keyboard, the monitor option</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">will be ignored.</span>
<span class="org-variable-name">follow</span> = keyboard
<span class="org-comment-delimiter"># </span><span class="org-comment">The geometry of the window:</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">[{width}]x{height}[+/-{x}+/-{y}]</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">The geometry of the message window.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">The height is measured in number of notifications everything else</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">in pixels. If the width is omitted but the height is given</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">("-geometry x2"), the message window expands over the whole screen</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">(dmenu-like). If width is 0, the window expands to the longest</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">message displayed. A positive x is measured from the left, a</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">negative from the right side of the screen. Y is measured from</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">the top and down respectevly.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">The width can be negative. In this case the actual width is the</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">screen width minus the width defined in within the geometry option.</span>
<span class="org-variable-name">geometry</span> = <span class="org-string">"250x50-10+37"</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Show how many messages are currently hidden (because of geometry).</span>
<span class="org-variable-name">indicate_hidden</span> = yes
<span class="org-comment-delimiter"># </span><span class="org-comment">Shrink window if it's smaller than the width. Will be ignored if</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">width is 0.</span>
<span class="org-variable-name">shrink</span> = no
<span class="org-comment-delimiter"># </span><span class="org-comment">The transparency of the window. Range: [0; 100].</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">This option will only work if a compositing windowmanager is</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">present (e.g. xcompmgr, compiz, etc.).</span>
<span class="org-variable-name">transparency</span> = <span class="org-highlight-numbers-number">0</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">The height of the entire notification. If the height is smaller</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">than the font height and padding combined, it will be raised</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">to the font height and padding.</span>
<span class="org-variable-name">notification_height</span> = <span class="org-highlight-numbers-number">0</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Draw a line of "separator_height" pixel height between two</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">notifications.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
<span class="org-variable-name">separator_height</span> = <span class="org-highlight-numbers-number">4</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Padding between text and separator.</span>
<span class="org-variable-name">padding</span> = <span class="org-highlight-numbers-number">16</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Horizontal padding.</span>
<span class="org-variable-name">horizontal_padding</span> = <span class="org-highlight-numbers-number">16</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Defines width in pixels of frame around the notification window.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
<span class="org-variable-name">frame_width</span> = <span class="org-highlight-numbers-number">2</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Defines color of the frame around the notification window.</span>
<span class="org-variable-name">frame_color</span> = <span class="org-string">"#32302f"</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Define a color for the separator.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">possible values are:</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">* auto: dunst tries to find a color fitting to the background;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">* foreground: use the same color as the foreground;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">* frame: use the same color as the frame;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">* anything else will be interpreted as a X color.</span>
<span class="org-variable-name">separator_color</span> = frame
<span class="org-comment-delimiter"># </span><span class="org-comment">Don't remove messages, if the user is idle (no mouse or keyboard input)</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">for longer than idle_threshold seconds.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">default 120</span>
<span class="org-variable-name">idle_threshold</span> = <span class="org-highlight-numbers-number">120</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Sort messages by urgency.</span>
<span class="org-variable-name">sort</span> = yes
</pre>
</div>
</div>
</div>
<div id="outline-container-org10d1cc5" class="outline-3">
<h3 id="org10d1cc5">Text</h3>
<div class="outline-text-3" id="text-org10d1cc5">
<div class="org-src-container">
<pre class="src src-conf"><span class="org-variable-name">font</span> = Hack Nerd Font <span class="org-highlight-numbers-number">10</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">The height of a single line. If the height is smaller than the</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">font height, it will get raised to the font height.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">This adds empty space above and under the text.</span>
<span class="org-variable-name">line_height</span> = <span class="org-highlight-numbers-number">4</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Possible values are:</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">full: Allow a small subset of html markup in notifications:</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">&lt;b&gt;bold&lt;/b&gt;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">&lt;i&gt;italic&lt;/i&gt;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">&lt;s&gt;strikethrough&lt;/s&gt;</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">&lt;u&gt;underline&lt;/u&gt;</span>
<span class="org-comment-delimiter">#</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">For a complete reference see</span>
<span class="org-comment-delimiter"># </span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">&lt;http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">strip: This setting is provided for compatibility with some broken</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">clients that send markup even though it's not enabled on the</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">server. Dunst will try to strip the markup but the parsing is</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">simplistic so using this option outside of matching rules for</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">specific applications *IS GREATLY DISCOURAGED*.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">no: Disable markup parsing, incoming notifications will be treated as</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">plain text. Dunst will not advertise that it has the body-markup</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">capability if this is set as a global setting.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">It's important to note that markup inside the format option will be parsed</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">regardless of what this is set to.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-variable-name"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">markup</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"> = full
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">The format of the message. Possible variables are:</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%a appname</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%s summary</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%b body</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%i iconname (including its path)</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%I iconname (without its path)</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%p progress value if set ([ 0%] to [100%]) or nothing</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">%n progress value if set without any extra characters</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">Markup is allowed</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">
</a><span class="org-variable-name"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">format</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b"> = </a><span class="org-string"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html&gt;.
#
# strip: This setting is provided for compatibility with some broken
# clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*.
#
# no: Disable markup parsing, incoming notifications will be treated as
# plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting.
#
# It's important to note that markup inside the format option will be parsed
# regardless of what this is set to.
markup = full
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# %n progress value if set without any extra characters
# Markup is allowed
format = &quot;&lt;b&gt;%s&lt;/b">"&lt;b&gt;%s&lt;/b&gt;</a>\n%b"</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Alignment of message text.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Possible values are "left", "center" and "right".</span>
<span class="org-variable-name">alignment</span> = left
<span class="org-comment-delimiter"># </span><span class="org-comment">Show age of message if message is older than show_age_threshold</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">seconds.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Set to -1 to disable.</span>
<span class="org-variable-name">show_age_threshold</span> = <span class="org-highlight-numbers-number">300</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Split notifications into multiple lines if they don't fit into</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">geometry.</span>
<span class="org-variable-name">word_wrap</span> = yes
<span class="org-comment-delimiter"># </span><span class="org-comment">Ignore newlines '\n' in notifications.</span>
<span class="org-variable-name">ignore_newline</span> = no
<span class="org-comment-delimiter"># </span><span class="org-comment">Merge multiple notifications with the same content</span>
<span class="org-variable-name">stack_duplicates</span> = false
<span class="org-comment-delimiter"># </span><span class="org-comment">Hide the count of merged notifications with the same content</span>
<span class="org-variable-name">hide_duplicate_count</span> = false
<span class="org-comment-delimiter"># </span><span class="org-comment">Display indicators for URLs (U) and actions (A).</span>
<span class="org-variable-name">show_indicators</span> = yes
</pre>
</div>
</div>
</div>
<div id="outline-container-org3e063bd" class="outline-3">
<h3 id="org3e063bd">Icons</h3>
<div class="outline-text-3" id="text-org3e063bd">
<div class="org-src-container">
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">Align icons left/right/off</span>
<span class="org-variable-name">icon_position</span> = off
<span class="org-comment-delimiter"># </span><span class="org-comment">Limit icons size.</span>
<span class="org-variable-name">max_icon_size</span>=<span class="org-highlight-numbers-number">32</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">Paths to default icons.</span>
<span class="org-variable-name">icon_path</span> = /usr/share/icons/Arc/16x16/status/:/usr/share/icons/Arc/16x16/devices/
</pre>
</div>
</div>
</div>
<div id="outline-container-org0cf5fe3" class="outline-3">
<h3 id="org0cf5fe3">History</h3>
<div class="outline-text-3" id="text-org0cf5fe3">
<div class="org-src-container">
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">Should a notification popped up from history be sticky or timeout</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">as if it would normally do.</span>
<span class="org-variable-name">sticky_history</span> = yes
<span class="org-comment-delimiter"># </span><span class="org-comment">Maximum amount of notifications kept in history</span>
<span class="org-variable-name">history_length</span> = <span class="org-highlight-numbers-number">20</span>
</pre>
</div>
</div>
</div>
<div id="outline-container-org121df81" class="outline-3">
<h3 id="org121df81">Misc/Advanced</h3>
<div class="outline-text-3" id="text-org121df81">
<div class="org-src-container">
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">dmenu path.</span>
<span class="org-variable-name">dmenu</span> = /usr/bin/dmenu -p dunst:
<span class="org-comment-delimiter"># </span><span class="org-comment">Browser for opening urls in context menu.</span>
<span class="org-variable-name">browser</span> = $BROWSER
<span class="org-comment-delimiter"># </span><span class="org-comment">Always run rule-defined scripts, even if the notification is suppressed</span>
<span class="org-variable-name">always_run_script</span> = true
<span class="org-comment-delimiter"># </span><span class="org-comment">Define the title of the windows spawned by dunst</span>
<span class="org-variable-name">title</span> = Dunst
<span class="org-comment-delimiter"># </span><span class="org-comment">Define the class of the windows spawned by dunst</span>
<span class="org-variable-name">class</span> = Dunst
<span class="org-comment-delimiter"># </span><span class="org-comment">Print a notification on startup.</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">This is mainly for error detection, since dbus (re-)starts dunst</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">automatically after a crash.</span>
<span class="org-variable-name">startup_notification</span> = false
</pre>
</div>
</div>
</div>
</div>
<div id="outline-container-org0d4ceee" class="outline-2">
<h2 id="org0d4ceee">Shortcuts</h2>
<div class="outline-text-2" id="text-org0d4ceee">
<div class="org-src-container">
<pre class="src src-conf">[<span class="org-type">shortcuts</span>]
<span class="org-comment-delimiter"># </span><span class="org-comment">Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",</span>
<span class="org-comment-delimiter"># </span><span class="org-comment">"mod3" and "mod4" (windows-key).</span>
<span class="org-variable-name">close</span> = mod1+space
<span class="org-variable-name">history</span> = mod1+BackSpace
</pre>
</div>
</div>
</div>
<div id="outline-container-org9fa48ff" class="outline-2">
<h2 id="org9fa48ff">Urgency</h2>
<div class="outline-text-2" id="text-org9fa48ff">
<div class="org-src-container">
<pre class="src src-conf">[<span class="org-type">urgency_low</span>]
<span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
<span class="org-variable-name">foreground</span> = <span class="org-string">"#ebdbb2"</span>
<span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">4</span>
[<span class="org-type">urgency_normal</span>]
<span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
<span class="org-variable-name">foreground</span> = <span class="org-string">"#ebdbb2"</span>
<span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">6</span>
[<span class="org-type">urgency_critical</span>]
<span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
<span class="org-variable-name">foreground</span> = <span class="org-string">"#cc241d"</span>
<span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">0</span>
</pre>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
<p class="date">Created: 2022-05-09 lun. 10:04</p>
</div>
</body>
</html>