# Custom Layout in Juno

**URL:** https://discourse.julialang.org/t/custom-layout-in-juno/32308
**Category:** Juno
**Created:** [December 15, 2019, 7:51pm UTC](https://discourse.julialang.org/t/custom-layout-in-juno/32308 "2019-12-15T19:51:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![askvorts](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/askvorts/32/7120_2.png) [@askvorts](https://discourse.julialang.org/u/askvorts)
#### Post date: [December 15, 2019, 7:51pm UTC](https://discourse.julialang.org/t/custom-layout-in-juno/32308/1 "2019-12-15T19:51:22Z")

</div>

In Juno, is it possible to add a custom default layout? On Juno startup would like to automatically (i) remove the default Git, Github panes, (ii) add the Debugger pane, and (iii) keep the files that from my previous session were left open. Thank you.

---

<div class="post-metadata">

### Author: ![wsphillips](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wsphillips/32/6777_2.png) [@wsphillips](https://discourse.julialang.org/u/wsphillips)
#### Post date: [December 15, 2019, 8:18pm UTC](https://discourse.julialang.org/t/custom-layout-in-juno/32308/2 "2019-12-15T20:18:50Z")

</div>

[save-workspace](https://atom.io/packages/save-workspace) this plugin may help

Also, there’s a ton of options in Juno settings allowing you to move things around.

Checkout Julia Client Settings \> UI Settings \> Layout Options. There you can choose to have the default UI not autoload, and also set the position of the Julia-sepcific panes when it _does_ load.

---

<div class="post-metadata">

### Author: ![aviatesk](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/aviatesk/32/7610_2.png) [@aviatesk](https://discourse.julialang.org/u/aviatesk)
#### Post date: [December 15, 2019, 8:46pm UTC](https://discourse.julialang.org/t/custom-layout-in-juno/32308/3 "2019-12-15T20:46:57Z")

</div>

> [@askvorts](#):
>
> (i) remove the default Git, Github panes,

disable the core `github` package (bundled with Atom by default)

> [@askvorts](#):
>
> add the Debugger pane

there is a config setting in `julia-client` → `UI Options` → `Layout Options`

> [@askvorts](#):
>
> (iii) keep the files that from my previous session were left open

Atom will automatically do this.
