From 14ce1713ab0e641a78320cd02bede4088b3cf316 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Mon, 23 Jul 2012 11:51:52 +0200 Subject: [PATCH] add comments to dunstrc --- dunstrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dunstrc b/dunstrc index 8a1723f..2109b01 100644 --- a/dunstrc +++ b/dunstrc @@ -48,8 +48,18 @@ sticky_history = yes [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) history = ctrl+grave [urgency_low]