all repos — nixfiles @ db1113b79e02e9accc4d83dc64a46b348349b492

System and user configuration, managed by nix and home-manager

dunst: add missing configuration
Alan Pearce alan@alanpearce.eu
Fri, 04 Oct 2019 11:51:00 +0200
commit

db1113b79e02e9accc4d83dc64a46b348349b492

parent

b3661c657e9c5f1d3ba769988c9a0be94a689a39

1 files changed, 11 insertions(+), 0 deletions(-)

jump to
M user/modules/dunst.nixuser/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";