From 3f8963bc74cb15e978afe702ede941940fa96640 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 17 Feb 2014 21:24:25 +0100 Subject: [PATCH] dunstrc: keybindings changed --- dunstrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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.