Disable audio bell kitty

inky
Elnu 1 year ago
parent 296e7fcc8c
commit ed12d151a7

@ -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?)

@ -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";
};
}

Loading…
Cancel
Save