mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
chore(dunst): do not escape '
This commit is contained in:
parent
e7fce64a54
commit
9c30ffa3a1
1 changed files with 7 additions and 7 deletions
|
|
@ -21,7 +21,7 @@
|
|||
# Show how many messages are currently hidden (because of geometry).
|
||||
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.
|
||||
shrink = no
|
||||
|
||||
|
|
@ -64,7 +64,7 @@
|
|||
# Sort messages by urgency.
|
||||
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.
|
||||
# Set to 0 to disable.
|
||||
# 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>.
|
||||
#
|
||||
# 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
|
||||
# simplistic so using this option outside of matching rules for
|
||||
# specific applications *IS GREATLY DISCOURAGED*.
|
||||
|
|
@ -99,7 +99,7 @@
|
|||
# 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
|
||||
# It's important to note that markup inside the format option will be parsed
|
||||
# regardless of what this is set to.
|
||||
markup = full
|
||||
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
# Set to -1 to disable.
|
||||
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.
|
||||
word_wrap = yes
|
||||
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
# automatically after a crash.
|
||||
startup_notification = false
|
||||
|
||||
# Manage dunst\'s desire for talking
|
||||
# Manage dunst's desire for talking
|
||||
# Can be one of the following values:
|
||||
# crit: Critical features. Dunst aborts
|
||||
# warn: Only non-fatal warnings
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
# Defines action of mouse event
|
||||
# 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,
|
||||
# invoke it. If there are multiple and no default, open the context menu.
|
||||
# * close_current: Close current notification.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue