v3.9.0
π New features
- Customizable outer gap for when a workspace has only one window (#933).
gaps: # Standard gap between windows and screen edges outer_gap: top: '60px' right: '20px' bottom: '20px' left: '20px' # Overrides `outer_gap` when there is just one window on a workspace. single_window_outer_gap: top: '80px' right: '15%' bottom: '40px' left: '15%' keep_aliveworkspaces now activate automatically on their bound monitor (#998).- The focus follows cursor feature (enabled via
general.focus_follows_cursor) now also automatically changes focus between monitors (#959). - New targets added to
focusandmovecommands (#990, #981, #985, #963).--next-active-workspace-on-monitor- Target the next active workspace on the current monitor.--prev-active-workspace-on-monitor- Target the previous active workspace on the current monitor.--workspace-in-direction <direction>- Target the workspace in a given direction.- - Target a specific container (window/workspace) by its ID (only for command).