Quickshell


HyprlandWindow: QtObject

uncreatable
import Quickshell.Hyprland

Allows setting hyprland specific window properties on a QsWindow or subclass, as an attached object.

Example

PopupWindow {
  // ...
  HyprlandWindow.opacity: 0.6 // any number or binding
}

NOTE

Requires at least hyprland 0.47.0, or hyprland-surface-v1 support.

  • opacity real

    A multiplier for the window’s overall opacity, ranging from 1.0 to 0.0. Overall opacity includes the opacity of both the window content and visual effects such as blur that apply to it.

    Default: 1.0