diff --git a/src/.config/dunst/dunstrc b/src/.config/dunst/dunstrc index 50ec9cb..50c57a2 100644 --- a/src/.config/dunst/dunstrc +++ b/src/.config/dunst/dunstrc @@ -1,14 +1,17 @@ [global] + # close notification + close = mod4+m + + # close all notifications + close_all = mod4+shift+m + + # redisplay last message(s) + history = mod4+n + + # context menu + context = mod4+shift+i + font = JetBrains Mono 11 - # allow a small subset of html markup: - # bold - # italic - # strikethrough - # underline - # - # for a complete reference see http://developer.gnome.org/pango/stable/PangoMarkupFormat.html - # If markup is not allowed, those tags will be stripped out of the message. - allow_markup = yes # The format of the message. Possible variables are: # %a appname @@ -30,12 +33,6 @@ # Possible values are "left", "center" and "right" alignment = left - # The frequency with wich text that is longer than the notification - # window allows bounces back and forth. - # This option conflicts with 'word_wrap'. - # Set to 0 to disable - bounce_freq = 0 - # show age of message if message is older than show_age_threshold seconds. # set to -1 to disable show_age_threshold = 60 @@ -46,20 +43,6 @@ # ignore newlines '\n' in notifications ignore_newline = no - - # the geometry of the window - # geometry [{width}]x{height}][+/-{x}+/-{y}] - # The geometry of the message window. - # The height is measured in number of notifications everything else in pixels. If the width - # is omitted but the height is given ("-geometry x2"), the message window - # expands over the whole screen (dmenu-like). If width is 0, - # the window expands to the longest message displayed. - # A positive x is measured from the left, a negative from the - # right side of the screen. Y is measured from the top and down respectevly. - # The width can be negative. In this case the actual width is the - # screen width minus the width defined in within the geometry option. - geometry = "300-30+30" - # The transparency of the window. range: [0; 100] # This option will only work if a compositing windowmanager is present (e.g. xcompmgr, compiz, etc..) transparency = 50 @@ -111,39 +94,12 @@ # * anything else will be interpreted as a X color separator_color = frame - # print a notification on startup - # This is mainly for error detection, since dbus (re-)starts dunst - # automatically after a crash. - startup_notification = false - # dmenu path dmenu = /usr/bin/dmenu -p dunst: # browser for opening urls in context menu browser = /usr/bin/firefox -new-tab -[frame] - width = 0 - color = "#bbbbbb" - -[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 = mod4+m - - # close all notifications - close_all = mod4+shift+m - - # redisplay last message(s) - history = mod4+n - - # context menu - context = mod4+shift+i - [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the '#' and following would be interpreted as a comment.