mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
vanadium/kitty: use elementary bell sound
This commit is contained in:
parent
dd71854814
commit
0482e57583
2 changed files with 7 additions and 2 deletions
|
|
@ -22,7 +22,6 @@
|
|||
};
|
||||
|
||||
# TODO: open an issue, why are the types inconsistent? ew.
|
||||
# TODO: kitty doesn't react to this, which is annoying
|
||||
gtk2.extraConfig = ''
|
||||
gtk-sound-theme-name = "elementary"
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@
|
|||
# audio utilities
|
||||
pkgs.helvum
|
||||
pkgs.pavucontrol
|
||||
pkgs.pantheon.elementary-sound-theme
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -161,7 +162,12 @@
|
|||
kitty = {
|
||||
enable = true;
|
||||
font.size = 12; # sweet spot for framework 13
|
||||
settings.shell = lib.getExe config.programs.fish.package;
|
||||
settings = {
|
||||
shell = lib.getExe config.programs.fish.package;
|
||||
# https://github.com/kovidgoyal/kitty/issues/1866
|
||||
# https://sw.kovidgoyal.net/kitty/conf/#terminal-bell
|
||||
linux_bell_theme = "elementary";
|
||||
};
|
||||
};
|
||||
|
||||
chromium.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue