melreusthe rectangle field manual

Config

Todo Mode: A Permanent Sidebar That Every Other Window Respects

Not a to-do list feature. It is a reservation system: one app owns a column, and every other window behaves as though the screen were narrower.

19 Jul 2026 · 5 min read · updated for current macOS

DisplayEverything else tiles hereReserved sidebar
With Todo Mode active, the reserved strip is invisible to every other layout command.

What it does

You nominate one application as the todo app. When the mode is on, that app is pinned to a sidebar on the primary display, and — this is the part that matters — every other movement shortcut treats the display as if it were shrunk by the width of that sidebar.

So a window sent to the right half does not go under the sidebar or overlap it. It goes to the right half of the *remaining* area. The reserved strip stops being something you defend and becomes part of the geometry.

This is why it is not just a floating window

Keeping a chat panel always on top is easy and produces constant overlap problems. Reserving space that every other command respects is a different thing entirely, and it is the reason this feature exists rather than a simple always-on-top toggle.

Turning it on

It is hidden by default and has to be unhidden from the terminal before it appears in the menu at all:

defaults write com.knollsoft.Rectangle todo -int 1
killall Rectangle && open -a Rectangle
  1. Run the command above and restart the app.
  2. Bring the application you want in the sidebar to the front.
  3. Open the menu bar menu and choose the item that designates it as the todo app.
  4. Enable Todo Mode from the same menu.
FinderFileEditLeft HalfRight HalfTodo ModeUse Things as Todo AppSettings…
Once unhidden, both items appear in the menu. The tick indicates the mode is active.

What belongs in the sidebar

The obvious answer is a task manager, which is where the name comes from. In practice the feature is more general, and several of these are better uses of it:

The width is not arbitrary: it must be wide enough for the app to be genuinely readable, or you will end up widening it manually, which defeats the purpose. On a 27-inch display a quarter is usually about right; on a laptop, this feature is difficult to justify at all.

Limitations to know before committing

LimitationDetail
Primary display onlyThe reservation applies to the main screen. Other displays tile normally.
One applicationThere is no second sidebar and no right-and-left pair.
Manual togglingIt is a mode you turn on and off, not something that follows a context automatically.
Interacts with gapsSidebar width and gap settings compose; expect to tune both together.
Not visible by defaultAfter a full uninstall that clears preferences, you must unhide it again.
If layouts start looking wrong, check whether this is on

A reserved strip with the sidebar app closed or hidden looks exactly like a display-detection bug — every window stops short of one edge for no visible reason. It is the first thing to rule out when someone reports that maximise no longer reaches the screen edge.

Comparing it to the alternatives

Versus a dedicated Space. A Space gives the app a whole screen and requires a switch to see it. Todo Mode keeps it permanently visible. Different trade-off: switching cost versus screen space.

Versus always-on-top utilities. Floating a window above everything is easier to set up and produces constant overlap, because nothing else knows the window is there. The reservation model is strictly better for anything you want visible all day.

Versus just snapping it to a third. This is the honest comparison, and for many people the answer is that snapping is enough. The difference appears when you use other layouts frequently: without the reservation, every subsequent command overlaps your pinned window and you re-snap it constantly. If you snap your chat window back into place more than twice a day, this feature is aimed at you.

Get the current build

Rectangle is free and open source. Everything documented here works in the standard build.

Download from rectangleapp.com

Questions

Do I need a specific to-do application?

No. Any application can be nominated. The name reflects the original intent, not a requirement.

Can I have sidebars on two displays?

No. The reservation applies to the primary display only.

Why is it hidden?

It is a specialised feature with a mode toggle, and hiding it keeps the settings window small.

Does it survive updates?

Yes, the preference persists. A full uninstall that removes preferences will hide it again.