From db1113b79e02e9accc4d83dc64a46b348349b492 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 11:51:00 +0200 Subject: dunst: add missing configuration --- user/modules/dunst.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'user/modules') diff --git a/user/modules/dunst.nix b/user/modules/dunst.nix index 1ee8f90d..6d74b51b 100644 --- a/user/modules/dunst.nix +++ b/user/modules/dunst.nix @@ -14,7 +14,12 @@ separator_height = 2; padding = 8; horizontal_padding = 8; + idle_threshold = 30; + indicate_hidden = "no"; + + allow_markup = "yes"; + format = "%s\n%b"; word_wrap = "yes"; ignore_newline = "no"; @@ -24,6 +29,12 @@ width = 1; color = "#383838"; }; + shortcuts = { + close = "mod4+apostrophe"; + close_all = "mod4+shift+apostrophe"; + history = "mod4+grave"; + context = "mod4+shift+period"; + }; urgency_low = { background = "#b8b8b8"; foreground = "#f8f8f8"; -- cgit 1.4.1