mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-08 01:51:04 +01:00
swayr: update expected test result
This commit is contained in:
parent
4806e9c021
commit
b17008a795
1 changed files with 27 additions and 2 deletions
|
|
@ -13,10 +13,35 @@ workspace_format = "{indent}<b>Workspace {name} [{layout}]</b> on output {output
|
||||||
|
|
||||||
[layout]
|
[layout]
|
||||||
auto_tile = false
|
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]
|
[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"
|
executable = "wofi"
|
||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue