From 7eb017eae3f5d79ffc6e948fc6596f86771393fe Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Fri, 13 Mar 2026 19:30:34 +0100 Subject: [PATCH] [TASK] Silence bell in terminal --- nixos/dconf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/dconf.nix b/nixos/dconf.nix index 0f698a8..32931a8 100644 --- a/nixos/dconf.nix +++ b/nixos/dconf.nix @@ -8,6 +8,7 @@ accent-color = "green"; }; "org/gnome/desktop/wm/preferences" = { + audible-bell = false; button-layout = "appmenu:minimize,maximize,close"; focus-mode = "click"; raise-on-click = true;