1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-09 10:16:55 +00:00
home-manager/tests/modules/programs/swayr/basic-configuration.toml
2025-01-23 11:37:30 +01:00

50 lines
1.3 KiB
TOML

[focus]
lockin_delay = 750
[format]
container_format = "{indent}<b>Container [{layout}]</b> <i>{marks}</i> on workspace {workspace_name} <span alpha=\"20000\">({id})</span>"
html_escape = true
indent = " "
output_format = "{indent}<b>Output {name}</b> <span alpha=\"20000\">({id})</span>"
urgency_end = "</span>"
urgency_start = "<span background=\"darkred\" foreground=\"yellow\">"
window_format = "img:{app_icon}:text:{indent}<i>{app_name}</i> — {urgency_start}<b>“{title}”</b>{urgency_end} <i>{marks}</i> on workspace {workspace_name} / {output_name} <span alpha=\"20000\">({id})</span>"
workspace_format = "{indent}<b>Workspace {name} [{layout}]</b> on output {output_name} <span alpha=\"20000\">({id})</span>"
[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],
]
[menu]
args = [
"--show=dmenu",
"--allow-markup",
"--allow-images",
"--insensitive",
"--cache-file=/dev/null",
"--parse-search",
"--height=40%",
"--prompt={prompt}",
]
executable = "wofi"
[misc]
seq_inhibit = false
[extra]
foo = "\ubar"