summaryrefslogtreecommitdiffstats
path: root/example/layouts/run_htop_layout.kdl
blob: 961620160fee184339593bef94ee1914194e94ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
layout {
    default_tab_template {
        children
    }
    tab split_direction="Vertical" {
        pane split_direction="Vertical" {
            pane size="50%" split_direction="Horizontal" {
                pane size="50%"
                pane command="htop" size="50%"
            }
            pane command="htop" size="50%"
        }
    }
}