diff --git a/dunstrc b/dunstrc index 6119311..24b635f 100644 --- a/dunstrc +++ b/dunstrc @@ -89,6 +89,9 @@ # timeout as if it would normally do. sticky_history = yes + # Display indicators for URLs (U) and actions (A). + show_indicators = yes + # The height of a single line. If the height is smaller than the font height, # it will get raised to the font height. # This adds empty space above and under the text. @@ -134,17 +137,16 @@ # xev might be helpful to find names for keys # close notification - close = ctrl+space + close = mod4+period # close all notifications - close_all = ctrl+shift+space + close_all = mod4+shift+period # redisplay last message(s) - # On the US keyboard layout 'grave' is normally above TAB and left of '1'. - # history = ctrl+grave + history = mod4+comma # context menu - context = ctrl+shift+minus + context = mod4+minus [urgency_low] # IMPORTANT: colors have to be defined in quotation marks.