Skip to content

Aqueous outputs.toml Reference

~/.config/aqueous/outputs.toml
# =============================================================================
# Aqueous output configuration
# Override: $AQUEOUS_OUTPUTS (`~/...` is expanded)
#
# Explicit settings in this file override matching physical-display settings
# from wm.toml. Omitted settings continue to inherit from wm.toml, so copying
# this template without uncommenting anything does not change current behavior.
# Profiles alone also do not activate outputs.toml precedence.
# =============================================================================
# [display]
# apply_on_start = true
# apply_on_reload = true
# fallback_profile = ""
# Repeat [[output]] for each monitor. Later matching entries override earlier
# entries. `name` accepts connector globs; `edid` accepts the sha256 identity
# reported by the embedded output service.
#
# [[output]]
# name = "DP-1"
# enabled = true
# mode = "2560x1440@144"
# scale = 1.0
# transform = "normal"
# position = [0, 0]
# adaptive_sync = true
# hdr = false
# HDR peak-luminance preset used for the HDR10 mastering metadata: 100, 400,
# or 1000 (cd/m²). "auto" picks the preset nearest the display's EDID
# desired-content peak luminance (falling back to 1000 when unknown).
# Defaults to 1000 when omitted.
# hdr_level = "auto"
# SDR diffuse white luminance on the HDR output, in cd/m² (80–1000, default
# 200). Only applies while hdr = true.
# sdr_white_level = 200
# Expand SDR highlights toward the HDR peak on this output (Auto HDR style),
# while hdr = true. By default only fullscreen windows are expanded; override
# per window with the hdr_expand rule in rules.toml.
# auto_hdr = false
# Expansion strength, 0.0–1.0 (default 0.5).
# auto_hdr_boost = 0.5
# primary = true
# [[display.profile]]
# name = "docked"
#
# [[display.profile.output]]
# name = "eDP-1"
# enabled = false
#
# [[display.profile.output]]
# name = "DP-1"
# enabled = true
# mode = "2560x1440@144"
# position = [0, 0]
© 2026 Seafoam LabsShelly Chel