diff --git a/home/wm/dunst.nix b/home/wm/dunst.nix index 2c3d2f4..e90362a 100644 --- a/home/wm/dunst.nix +++ b/home/wm/dunst.nix @@ -11,6 +11,10 @@ in global = { alignment = "center"; # Put message in the middle of the box browser = "xdg-open"; # use default browser to open links + dmenu = + lib.mkIf + config.my.home.wm.rofi.enable + "rofi -p dunst -dmenu"; # use rofi for menu follow = "keyboard"; # follow keyboard focus font = "Monospace 8"; # Simple looking font frame_width = 3; # small frame