dunst: add missing configuration
Alan Pearce alan@alanpearce.eu
Fri, 04 Oct 2019 11:51:00 +0200
1 files changed, 11 insertions(+), 0 deletions(-)
jump to
M user/modules/dunst.nix → user/modules/dunst.nix
@@ -14,7 +14,12 @@ show_indicators = "yes"; separator_height = 2; padding = 8; horizontal_padding = 8; + idle_threshold = 30; + indicate_hidden = "no"; + + allow_markup = "yes"; + format = "<b>%s</b>\n%b"; word_wrap = "yes"; ignore_newline = "no"; @@ -23,6 +28,12 @@ }; frame = { width = 1; color = "#383838"; + }; + shortcuts = { + close = "mod4+apostrophe"; + close_all = "mod4+shift+apostrophe"; + history = "mod4+grave"; + context = "mod4+shift+period"; }; urgency_low = { background = "#b8b8b8";