Disable audio bell kitty
This commit is contained in:
parent
296e7fcc8c
commit
ed12d151a7
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,6 @@
|
||||||
- Could be a system/user level issue? Try installing required packages without home manager
|
- 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)
|
- 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/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
|
- Fix Nordic GTK theme not working in nautilus
|
||||||
- Add `wmctrl` as an explicit dependency of `rofi-power` instead of `rofi/default.nix`
|
- Add `wmctrl` as an explicit dependency of `rofi-power` instead of `rofi/default.nix`
|
||||||
- Fix background squishing for polybar (use nautilus?)
|
- Fix background squishing for polybar (use nautilus?)
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
name = "FiraCode Nerd Font Mono";
|
name = "FiraCode Nerd Font Mono";
|
||||||
size = 12;
|
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…
Add table
Reference in a new issue