mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat: decrease background opacity on kitty
This commit is contained in:
parent
116dfb9238
commit
6923b6b589
1 changed files with 1 additions and 0 deletions
1
home.nix
1
home.nix
|
@ -377,6 +377,7 @@
|
||||||
confirm_os_window_close = -1;
|
confirm_os_window_close = -1;
|
||||||
shell_integration = "enabled";
|
shell_integration = "enabled";
|
||||||
enable_audio_bell = "no";
|
enable_audio_bell = "no";
|
||||||
|
background_opacity = "0.8";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue