Regenerated
This commit is contained in:
@@ -28,13 +28,13 @@ in
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
confirm_os_window_close = 0;
|
||||
dynamic_background_opacity = true;
|
||||
enable_audio_bell = false;
|
||||
mouse_hide_wait = "-1.0";
|
||||
window_padding_width = 10;
|
||||
background_opacity = "0.5";
|
||||
background_blur = 5;
|
||||
confirm_os_window_close = lib.mkForce 0;
|
||||
dynamic_background_opacity = lib.mkForce true;
|
||||
enable_audio_bell = lib.mkForce false;
|
||||
mouse_hide_wait = lib.mkForce "-1.0";
|
||||
window_padding_width = lib.mkForce 10;
|
||||
background_opacity = lib.mkForce "0.5";
|
||||
background_blur = lib.mkForce 5;
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
|
||||
Reference in New Issue
Block a user