all repos — nixfiles @ 10326a4f6caea40a168f9cb44985c3f0f2590fd3

System and user configuration, managed by nix and home-manager

dunst: use rofi as dmenu

Alan Pearce
commit

10326a4f6caea40a168f9cb44985c3f0f2590fd3

parent

62f1595bd8723b4b4a8b11fc67d9401fb4e59264

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/dunst.nixuser/settings/dunst.nix
@@ -16,6 +16,8 @@ padding = 8;
horizontal_padding = 8; idle_threshold = 30; + dmenu = "${pkgs.rofi}/bin/dmenu -p dunst"; + indicate_hidden = "no"; allow_markup = "yes";