diff --git a/modules/services/window-managers/i3.nix b/modules/services/window-managers/i3.nix index 9ec8829b..a9d8c1e8 100644 --- a/modules/services/window-managers/i3.nix +++ b/modules/services/window-managers/i3.nix @@ -163,7 +163,7 @@ let type = types.listOf criteriaModule; default = []; description = "List of criteria for windows that should be opened in a floating mode."; - example = [ "title='Steam - Update News'" "class='Pavucontrol'" ]; + example = [ {"title" = "Steam - Update News";} {"class" = "Pavucontrol";} ]; }; }; };