From b17008a795066bd3b4da86d7614a3be0efb0092e Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Thu, 23 Jan 2025 11:37:30 +0100 Subject: [PATCH] swayr: update expected test result --- .../programs/swayr/basic-configuration.toml | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/tests/modules/programs/swayr/basic-configuration.toml b/tests/modules/programs/swayr/basic-configuration.toml index 3252a632a..a7a6e68a5 100644 --- a/tests/modules/programs/swayr/basic-configuration.toml +++ b/tests/modules/programs/swayr/basic-configuration.toml @@ -13,10 +13,35 @@ workspace_format = "{indent}Workspace {name} [{layout}] on output {output [layout] auto_tile = false -auto_tile_min_window_width_per_output_width = [[800, 400], [1024, 500], [1280, 600], [1400, 680], [1440, 700], [1600, 780], [1680, 780], [1920, 920], [2048, 980], [2560, 1000], [3440, 1200], [3840, 1280], [4096, 1400], [4480, 1600], [7680, 2400]] +auto_tile_min_window_width_per_output_width = [ + [800, 400], + [1024, 500], + [1280, 600], + [1400, 680], + [1440, 700], + [1600, 780], + [1680, 780], + [1920, 920], + [2048, 980], + [2560, 1000], + [3440, 1200], + [3840, 1280], + [4096, 1400], + [4480, 1600], + [7680, 2400], +] [menu] -args = ["--show=dmenu", "--allow-markup", "--allow-images", "--insensitive", "--cache-file=/dev/null", "--parse-search", "--height=40%", "--prompt={prompt}"] +args = [ + "--show=dmenu", + "--allow-markup", + "--allow-images", + "--insensitive", + "--cache-file=/dev/null", + "--parse-search", + "--height=40%", + "--prompt={prompt}", +] executable = "wofi" [misc]