diff options
author | Alan Pearce | 2019-10-21 14:01:53 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-21 14:03:05 +0200 |
commit | 10326a4f6caea40a168f9cb44985c3f0f2590fd3 (patch) | |
tree | 9df88e7214faa12a2ca221ccccd8cf9032e0cf5c /user | |
parent | 62f1595bd8723b4b4a8b11fc67d9401fb4e59264 (diff) | |
download | nixfiles-10326a4f6caea40a168f9cb44985c3f0f2590fd3.tar.lz nixfiles-10326a4f6caea40a168f9cb44985c3f0f2590fd3.tar.zst nixfiles-10326a4f6caea40a168f9cb44985c3f0f2590fd3.zip |
dunst: use rofi as dmenu
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/dunst.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/dunst.nix b/user/settings/dunst.nix index 8c3189fb..a65c63b2 100644 --- a/user/settings/dunst.nix +++ b/user/settings/dunst.nix @@ -16,6 +16,8 @@ horizontal_padding = 8; idle_threshold = 30; + dmenu = "${pkgs.rofi}/bin/dmenu -p dunst"; + indicate_hidden = "no"; allow_markup = "yes"; |