diff --git a/README.md b/README.md index fb7374e..9c886df 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ - Could be a system/user level issue? Try installing required packages without home manager - Get area selection screenshots working in i3 (currently only when manually run) - Fix/map media keys (already declared within [`i3.nix`](i3.nix) but are non-functional -- Fix kitty bell disable not working - Fix Nordic GTK theme not working in nautilus - Add `wmctrl` as an explicit dependency of `rofi-power` instead of `rofi/default.nix` - Fix background squishing for polybar (use nautilus?) diff --git a/terminal.nix b/terminal.nix index 3e27fd6..aeea571 100644 --- a/terminal.nix +++ b/terminal.nix @@ -8,6 +8,6 @@ name = "FiraCode Nerd Font Mono"; size = 12; }; - extraConfig = "enable_auto_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8"; + extraConfig = "enable_audio_bell 0\nconfirm_os_window_close 0\nbackground_opacity 0.8"; }; }