home: wm: i3: simplify 'htop' rule
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
c54bbbfbec
commit
9616c5cce7
|
@ -376,11 +376,7 @@ in
|
||||||
# Make htop window bigger
|
# Make htop window bigger
|
||||||
{
|
{
|
||||||
criteria = { title = "^htop$"; };
|
criteria = { title = "^htop$"; };
|
||||||
command = "resize set 80 ppt 80 ppt";
|
command = "resize set 80 ppt 80 ppt, move position center";
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = { title = "^htop$"; };
|
|
||||||
command = "move position center";
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue