MyNixOS website logo
option

wayland.windowManager.hyprland.xdph.settings

xdg-desktop-portal-hyprland configuration written to $XDG_CONFIG_HOME/hypr/xdph.conf.

These settings require a portal package compatible with XDPH's configuration format. They are generated even when wayland.windowManager.hyprland.portalPackage is null, so the portal package may be managed by NixOS.

Declarations
Type
open submodule of attribute set of (Hyprland configuration value)
Default
{ }
Example
{
  general = {
    toplevel_dynamic_bind = true;
  };
  screencopy = {
    allow_token_by_default = true;
    cursor_mode = 2;
    custom_picker_binary = "hyprland-share-picker";
    force_shm = false;
    max_fps = 60;
  };
}