How To Force csshX To Tile In Columns
erics, Posted May 28th, 2019 at 12:30:12pm
I use csshX on a daily basis. The default layout on my screen for three nodes is one column with three rows, one per node.
This layout is excellent for visual positioning, but does make it harder to read long output.
For this purpose, I start csshX using the column quantity specifier -x
and I get the layout to be vertical instead.
1 |
csshX -c ~/.csshrc-example example-cluster -x 3 |
For more information, please consult the built-in man page:
1 2 3 4 5 |
shell> csshX --man ... -x, --tile_x number (csshX only) The number of columns to use when tiling windows. ... |
Leave Your Comment
All fields marked with "*" are required.