Regenerated
This commit is contained in:
+287
-287
File diff suppressed because it is too large
Load Diff
+7
-7
@@ -478,13 +478,13 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = lib.mkForce 0;
|
||||||
dynamic_background_opacity = true;
|
dynamic_background_opacity = lib.mkForce true;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = lib.mkForce false;
|
||||||
mouse_hide_wait = "-1.0";
|
mouse_hide_wait = lib.mkForce "-1.0";
|
||||||
window_padding_width = 10;
|
window_padding_width = lib.mkForce 10;
|
||||||
background_opacity = "0.5";
|
background_opacity = lib.mkForce "0.5";
|
||||||
background_blur = 5;
|
background_blur = lib.mkForce 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
@@ -28,13 +28,13 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = lib.mkForce 0;
|
||||||
dynamic_background_opacity = true;
|
dynamic_background_opacity = lib.mkForce true;
|
||||||
enable_audio_bell = false;
|
enable_audio_bell = lib.mkForce false;
|
||||||
mouse_hide_wait = "-1.0";
|
mouse_hide_wait = lib.mkForce "-1.0";
|
||||||
window_padding_width = 10;
|
window_padding_width = lib.mkForce 10;
|
||||||
background_opacity = "0.5";
|
background_opacity = lib.mkForce "0.5";
|
||||||
background_blur = 5;
|
background_blur = lib.mkForce 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user