diff --git a/modules/home/dunst/config.nix b/modules/home/dunst/config.nix index cf31897..de5a0db 100644 --- a/modules/home/dunst/config.nix +++ b/modules/home/dunst/config.nix @@ -11,8 +11,10 @@ background = "#000000"; timeout = 5; offset = "20x50"; - force_xwayland = true; + force_xwayland = false; corner_radius = 15; + follow = "keyboard"; + progress_bar = true; dmenu = "${pkgs.wofi}/bin/wofi --dmenu"; mouse_left_click = "do_action, close_current"; mouse_middle_click = "close_current";