-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Overview
Since: next release
The Overview is a zoomed-out view of your workspaces and windows. It lets you see what's going on at a glance, navigate, and drag windows around.
Open it with the toggle-overview bind, via the top-left hot corner, or via a touchpad four-finger swipe up.
While in the overview, all keyboard binds keep working, while pointing devices get easier:
- Mouse: left click for interactive-move, right click to scroll a workspace left/right (no holding Mod required).
- Touchpad: two-finger scrolling that matches the normal three-finger gestures.
- Touchscreen: one-finger scrolling, or one-finger long press for interactive move.
Tip
The overview needs to draw a background under every workspace. So, layer-shell surfaces work this way: the background and bottom layers zoom out and remain under workspaces, while the top and overlay layers remain on top of the overview.
Put your bar on the top layer.
Drag-and-drop will scroll the workspaces up/down in the overview, and will activate a workspace if you hold it above for a moment. Combined with the hot corner, this lets you do a mouse-only DnD across workspaces.
niri-overview-dnd-across-ws.mp4
You can also drag-and-drop a window to a new workspace above, below, or in-between existing workspaces.
niri-overview-insert-between.mp4
You can set the zoom-out level like this:
// Make workspaces four times smaller than normal in the overview.
overview {
zoom 0.25
}You can also disable the hot corner:
// Disable the hot corners.
gestures {
hot-corners {
off
}
}To change the color behind the workspaces, use the backdrop-color output setting:
output "HDMI-A-1" {
backdrop-color "#777777"
}- Getting Started
- Example systemd Setup
- Important Software
- Workspaces
- Floating Windows
- Tabs
- Overview
- Screencasting
- Layer‐Shell Components
- IPC,
niri msg - Application-Specific Issues
- Nvidia
- Xwayland
- Gestures
- Fullscreen and Maximize
- Window Effects
- Packaging niri
- Integrating niri
- Security Model
- Accessibility
- Name and Logo
- FAQ