chore(dunst): do not escape '

This commit is contained in:
Pavel Korytov 2021-03-30 21:45:27 +03:00
parent e7fce64a54
commit 9c30ffa3a1

View file

@ -21,7 +21,7 @@
# Show how many messages are currently hidden (because of geometry). # Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes indicate_hidden = yes
# Shrink window if it\'s smaller than the width. Will be ignored if # Shrink window if it's smaller than the width. Will be ignored if
# width is 0. # width is 0.
shrink = no shrink = no
@ -64,7 +64,7 @@
# Sort messages by urgency. # Sort messages by urgency.
sort = yes sort = yes
# Don\'t remove messages, if the user is idle (no mouse or keyboard input) # Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds. # for longer than idle_threshold seconds.
# Set to 0 to disable. # Set to 0 to disable.
# A client can set the 'transient' hint to bypass this. See the rules # A client can set the 'transient' hint to bypass this. See the rules
@ -90,7 +90,7 @@
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>. # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
# #
# strip: This setting is provided for compatibility with some broken # strip: This setting is provided for compatibility with some broken
# clients that send markup even though it\'s not enabled on the # clients that send markup even though it's not enabled on the
# server. Dunst will try to strip the markup but the parsing is # server. Dunst will try to strip the markup but the parsing is
# simplistic so using this option outside of matching rules for # simplistic so using this option outside of matching rules for
# specific applications *IS GREATLY DISCOURAGED*. # specific applications *IS GREATLY DISCOURAGED*.
@ -99,7 +99,7 @@
# plain text. Dunst will not advertise that it has the body-markup # plain text. Dunst will not advertise that it has the body-markup
# capability if this is set as a global setting. # capability if this is set as a global setting.
# #
# It\'s important to note that markup inside the format option will be parsed # It's important to note that markup inside the format option will be parsed
# regardless of what this is set to. # regardless of what this is set to.
markup = full markup = full
@ -124,7 +124,7 @@
# Set to -1 to disable. # Set to -1 to disable.
show_age_threshold = 60 show_age_threshold = 60
# Split notifications into multiple lines if they don\'t fit into # Split notifications into multiple lines if they don't fit into
# geometry. # geometry.
word_wrap = yes word_wrap = yes
@ -186,7 +186,7 @@
# automatically after a crash. # automatically after a crash.
startup_notification = false startup_notification = false
# Manage dunst\'s desire for talking # Manage dunst's desire for talking
# Can be one of the following values: # Can be one of the following values:
# crit: Critical features. Dunst aborts # crit: Critical features. Dunst aborts
# warn: Only non-fatal warnings # warn: Only non-fatal warnings
@ -218,7 +218,7 @@
# Defines action of mouse event # Defines action of mouse event
# Possible values are: # Possible values are:
# * none: Don\'t do anything. # * none: Don't do anything.
# * do_action: If the notification has exactly one action, or one is marked as default, # * do_action: If the notification has exactly one action, or one is marked as default,
# invoke it. If there are multiple and no default, open the context menu. # invoke it. If there are multiple and no default, open the context menu.
# * close_current: Close current notification. # * close_current: Close current notification.