chore: cleanup

This commit is contained in:
Christoph Hollizeck 2025-12-15 16:55:09 +01:00
parent 00627f7945
commit 4b2f418a01
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -13,9 +13,9 @@
}; };
shellIntegration.enableFishIntegration = true; shellIntegration.enableFishIntegration = true;
settings = { settings = {
"background_opacity" = "0.90"; background_opacity = 0.9;
"shell" = "fish"; shell = "fish";
"confirm_os_window_close" = "0"; confirm_os_window_close = 0;
}; };
}; };