From 3bf9a24372e45a2f83dcd14c35de6e483af87189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Wed, 23 Oct 2024 13:17:50 +0200 Subject: [PATCH] Home Gen375 @ 2024-10-23-13:17 --- modules/home/dunst/config.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";