80 lines
1.7 KiB
Text
80 lines
1.7 KiB
Text
[global]
|
|
### Display ###
|
|
|
|
# Which monitor should the notifications be displayed on.
|
|
monitor = 0
|
|
|
|
follow = mouse
|
|
|
|
alignment = left
|
|
bounce_freq = 0
|
|
browser = librewolf -new-tab
|
|
corner_radius = 2
|
|
dmenu = dmenu -p dunst:
|
|
font = Hack Nerd Font
|
|
format = "<b>%s</b>\n%b"
|
|
frame_color = "#1a1c25"
|
|
frame_width = 1
|
|
# geometry [{width}]x{height}][+/-{x}+/-{y}]
|
|
geometry = "440x15-26+26"
|
|
history_length = 20
|
|
horizontal_padding = 16
|
|
icon_position = right
|
|
idle_threshold = 120
|
|
ignore_newline = no
|
|
indicate_hidden = yes
|
|
line_height = 0
|
|
markup = full
|
|
max_icon_size = 64
|
|
padding = 20
|
|
separator_color = auto
|
|
separator_height = 4
|
|
show_age_threshold = 60
|
|
show_indicators = yes
|
|
shrink = no
|
|
sort = yes
|
|
startup_notification = false
|
|
sticky_history = yes
|
|
transparency = 5
|
|
word_wrap = yes
|
|
|
|
mouse_left_click = do_action
|
|
mouse_middle_click = close_all
|
|
mouse_right_click = close_current
|
|
|
|
[urgency_low]
|
|
background = "#1E2029"
|
|
foreground = "#bbc2cf"
|
|
timeout = 8
|
|
|
|
[urgency_normal]
|
|
background = "#2a2d39"
|
|
foreground = "#bbc2cf"
|
|
timeout = 14
|
|
|
|
[urgency_critical]
|
|
background = "#cc6666"
|
|
foreground = "#1E2029"
|
|
timeout = 0
|
|
|
|
[shortcuts]
|
|
|
|
# Shortcuts are specified as [modifier+][modifier+]...key
|
|
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
|
|
# "mod3" and "mod4" (windows-key).
|
|
# Xev might be helpful to find names for keys.
|
|
|
|
# Close notification.
|
|
close = ctrl+space
|
|
|
|
# Close all notifications.
|
|
close_all = ctrl+shift+space
|
|
|
|
# Redisplay last message(s).
|
|
# On the US keyboard layout "grave" is normally above TAB and left
|
|
# of "1". Make sure this key actually exists on your keyboard layout,
|
|
# e.g. check output of 'xmodmap -pke'
|
|
history = ctrl+grave
|
|
|
|
# Context menu.
|
|
context = ctrl+shift+period
|