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:
parent
46affd5057
commit
a625f5b741
1 changed files with 1 additions and 5 deletions
|
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue