[global]
	## Modified By Aditya Shakya ...
    ### Display ###

	monitor = 0

    follow = mouse

    geometry = "250x50-20+20"

    indicate_hidden = yes

    shrink = no

    transparency = 0

    notification_height = 0

    separator_height = 4

    padding = 16

    horizontal_padding = 16

    frame_width = 0

    frame_color = "#BE302F"

    separator_color = frame

    sort = yes

    idle_threshold = 120

    font = Misc Termsyn 10

    line_height = 4

    markup = full

    format = "<b>%s</b>\n%b"

    alignment = left

    show_age_threshold = 60

    word_wrap = yes

    ignore_newline = no

    stack_duplicates = false

    hide_duplicate_count = false

    show_indicators = yes

    icon_position = off

    max_icon_size = 32

    # Paths to default icons.
    #icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/

    sticky_history = yes

    history_length = 20

    dmenu = /usr/bin/dmenu -p dunst:

    browser = /usr/bin/firefox -new-tab

    always_run_script = true

    title = Dunst

    class = Dunst

    startup_notification = false

    force_xinerama = false

# Experimental features that may or may not work correctly. Do not expect them
# to have a consistent behaviour across releases.
[experimental]
    # Calculate the dpi to use on a per-monitor basis.
    # If this setting is enabled the Xft.dpi value will be ignored and instead
    # dunst will attempt to calculate an appropriate dpi value for each monitor
    # using the resolution and physical size. This might be useful in setups
    # where there are multiple screens with very different dpi values.
    per_monitor_dpi = false

[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

[urgency_low]
    # IMPORTANT: colors have to be defined in quotation marks.
    # Otherwise the "#" and following would be interpreted as a comment.
    background = "#272727"
    foreground = "#CACACA"
    timeout = 1
    # Icon for notifications with low urgency, uncomment to enable
    #icon = /path/to/icon

[urgency_normal]
    background = "#272727"
    foreground = "#CACACA"
    timeout = 4
    # Icon for notifications with normal urgency, uncomment to enable
    #icon = /path/to/icon

[urgency_critical]
    background = "#272727"
    foreground = "#BE302F"
    frame_color = "#FAFAFA"
    timeout = 0
    # Icon for notifications with critical urgency, uncomment to enable
#icon = /path/to/icon
