home: wm: i3: simplify 'htop' rule

Turns out you can chain commands with `,` in a `for_window` statement.

Of course this is inconsistent with `bindsym` which uses `;`...
This commit is contained in:
Bruno BELANYI 2022-05-03 10:01:39 +02:00
parent 46affd5057
commit a625f5b741

View file

@ -376,11 +376,7 @@ in
# Make htop window bigger
{
criteria = { title = "^htop$"; };
command = "resize set 80 ppt 80 ppt";
}
{
criteria = { title = "^htop$"; };
command = "move position center";
command = "resize set 80 ppt 80 ppt, move position center";
}
];
};