diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-10 21:21:55 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-03-10 21:21:55 +0100 |
| commit | e203311de813949dec992b76b04410068768eaf5 (patch) | |
| tree | 7ab620c96fbb8316b16c7f48546bc7e772bff939 /accounts/gkleen@sif/dunst-settings.nix | |
| parent | 75dfe61a72f41c55b281bc81aa2e8b6e708a6124 (diff) | |
| download | nixos-e203311de813949dec992b76b04410068768eaf5.tar nixos-e203311de813949dec992b76b04410068768eaf5.tar.gz nixos-e203311de813949dec992b76b04410068768eaf5.tar.bz2 nixos-e203311de813949dec992b76b04410068768eaf5.tar.xz nixos-e203311de813949dec992b76b04410068768eaf5.zip | |
…
Diffstat (limited to 'accounts/gkleen@sif/dunst-settings.nix')
| -rw-r--r-- | accounts/gkleen@sif/dunst-settings.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/dunst-settings.nix b/accounts/gkleen@sif/dunst-settings.nix index 8319da03..8abdfc5a 100644 --- a/accounts/gkleen@sif/dunst-settings.nix +++ b/accounts/gkleen@sif/dunst-settings.nix | |||
| @@ -1,3 +1,4 @@ | |||
| 1 | { pkgs, ... }: | ||
| 1 | { | 2 | { |
| 2 | global = { | 3 | global = { |
| 3 | font = "Monospace 6"; | 4 | font = "Monospace 6"; |
| @@ -25,6 +26,8 @@ | |||
| 25 | icon_position = "right"; | 26 | icon_position = "right"; |
| 26 | sort = false; | 27 | sort = false; |
| 27 | sticky_history = false; | 28 | sticky_history = false; |
| 29 | |||
| 30 | dmenu = "${pkgs.dmenu}/bin/dmenu"; | ||
| 28 | }; | 31 | }; |
| 29 | shortcuts = { | 32 | shortcuts = { |
| 30 | close = "ctrl+space"; | 33 | close = "ctrl+space"; |
