diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-17 22:12:53 +0059 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-11-17 22:12:53 +0059 |
commit | 7be70764b5554e285c599523e6b45014cf1638fb (patch) | |
tree | ba3aac8624e9a8644d4d8c94cc7a75f26a71d2f0 /accounts/gkleen@sif/dunst-settings.nix | |
parent | e76a654ce960d190c53339f2290906b6736dee60 (diff) | |
download | nixos-7be70764b5554e285c599523e6b45014cf1638fb.tar nixos-7be70764b5554e285c599523e6b45014cf1638fb.tar.gz nixos-7be70764b5554e285c599523e6b45014cf1638fb.tar.bz2 nixos-7be70764b5554e285c599523e6b45014cf1638fb.tar.xz nixos-7be70764b5554e285c599523e6b45014cf1638fb.zip |
gkleen@sif: move dunst keybinds into xmonad
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"; |