diff options
Diffstat (limited to 'accounts/gkleen@sif/dunst-settings.nix')
-rw-r--r-- | accounts/gkleen@sif/dunst-settings.nix | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 8abdfc5a..14d6fd47 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix | |||
@@ -24,17 +24,19 @@ | |||
24 | show_age_threshold = 15; | 24 | show_age_threshold = 15; |
25 | show_indicators = false; | 25 | show_indicators = false; |
26 | icon_position = "right"; | 26 | icon_position = "right"; |
27 | min_icon_size = 35; | ||
28 | max_icon_size = 35; | ||
27 | sort = false; | 29 | sort = false; |
28 | sticky_history = false; | 30 | sticky_history = false; |
29 | 31 | ||
30 | dmenu = "${pkgs.dmenu}/bin/dmenu"; | 32 | dmenu = "${pkgs.dmenu}/bin/dmenu"; |
31 | }; | 33 | }; |
32 | shortcuts = { | 34 | # shortcuts = { |
33 | close = "ctrl+space"; | 35 | # close = "ctrl+space"; |
34 | close_all = "ctrl+shift+space"; | 36 | # close_all = "ctrl+shift+space"; |
35 | history = "ctrl+comma"; | 37 | # history = "ctrl+comma"; |
36 | context = "ctrl+period"; | 38 | # context = "ctrl+period"; |
37 | }; | 39 | # }; |
38 | urgency_low = { | 40 | urgency_low = { |
39 | background = "#000000"; | 41 | background = "#000000"; |
40 | foreground = "#999999"; | 42 | foreground = "#999999"; |