diff options
-rw-r--r-- | services/dunst.nix | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/services/dunst.nix b/services/dunst.nix index 6037d67..570beba 100644 --- a/services/dunst.nix +++ b/services/dunst.nix | |||
@@ -22,6 +22,7 @@ with theme; | |||
22 | ignore_newline = "no"; | 22 | ignore_newline = "no"; |
23 | geometry = "300x8-20+20"; | 23 | geometry = "300x8-20+20"; |
24 | shrink = "yes"; | 24 | shrink = "yes"; |
25 | frame_width = 0; | ||
25 | transparency = "0"; | 26 | transparency = "0"; |
26 | idle_threshold = "120"; | 27 | idle_threshold = "120"; |
27 | monitor = "0"; | 28 | monitor = "0"; |
@@ -36,6 +37,10 @@ with theme; | |||
36 | horizontal_padding = "20"; | 37 | horizontal_padding = "20"; |
37 | separator_color = "auto"; | 38 | separator_color = "auto"; |
38 | startup_notification = "false"; | 39 | startup_notification = "false"; |
40 | stack_duplicates = "true"; | ||
41 | mouse_left_click = "close_current"; | ||
42 | mouse_middle_click = "do_action, close_current"; | ||
43 | mouse_right_click = "close_all"; | ||
39 | }; | 44 | }; |
40 | 45 | ||
41 | urgency_normal = { | 46 | urgency_normal = { |
@@ -55,18 +60,6 @@ with theme; | |||
55 | foreground = base05; | 60 | foreground = base05; |
56 | timeout = 0; | 61 | timeout = 0; |
57 | }; | 62 | }; |
58 | |||
59 | frame = { | ||
60 | width = 0; | ||
61 | color = base00; | ||
62 | }; | ||
63 | |||
64 | shortcuts = { | ||
65 | close = "ctrl+space"; | ||
66 | close_all = "ctrl+shift+space"; | ||
67 | history = "ctrl+grave"; | ||
68 | context = "ctrl+shift+period"; | ||
69 | }; | ||
70 | }; | 63 | }; |
71 | }; | 64 | }; |
72 | } | 65 | } |