MyNixOS website logo
option

wayland.windowManager.hyprland.extraConfig

Extra configuration content appended to the generated Hyprland file.

Declarations
Type
strings concatenated with "\n"
Default
""
Example
''
  hl.on("window.open", function()
    hl.timer(function()
      hl.dispatch(hl.dsp.exec_cmd("notify-send 'Window opened'"))
    end, {
      timeout = 100,
      type = "oneshot",
    })
  end)
''