Hyprland Lua API
/
  • Reference
    • hl
      • HL.API
      • hl.config
      • hl.device
      • hl.gesture
      • hl.layer_rule
      • hl.monitor
      • hl.permission
      • hl.window_rule
      • hl.workspace_rule
      • hl.animation
      • hl.curve
      • hl.bind
      • hl.dispatch
      • hl.unbind
      • hl.dsp
        • HL.DspNamespace
        • hl.dsp.dpms
        • hl.dsp.event
        • hl.dsp.exec_cmd
        • hl.dsp.exec_raw
        • hl.dsp.exit
        • hl.dsp.focus
        • hl.dsp.force_idle
        • hl.dsp.force_renderer_reload
        • hl.dsp.global
        • hl.dsp.layout
        • hl.dsp.no_op
        • hl.dsp.pass
        • hl.dsp.send_key_state
        • hl.dsp.send_shortcut
        • hl.dsp.submap
        • hl.dsp.cursor
        • hl.dsp.group
        • hl.dsp.window
        • hl.dsp.workspace
      • hl.get_active_monitor
      • hl.get_active_special_workspace
      • hl.get_active_window
      • hl.get_active_workspace
      • hl.get_config
      • hl.get_current_submap
      • hl.get_cursor_pos
      • hl.get_last_window
      • hl.get_last_workspace
      • hl.get_layers
      • hl.get_monitor
      • hl.get_monitor_at
      • hl.get_monitor_at_cursor
      • hl.get_monitors
      • hl.get_urgent_window
      • hl.get_window
      • hl.get_windows
      • hl.get_workspace
      • hl.get_workspace_windows
      • hl.get_workspaces
      • hl.define_submap
      • hl.env
      • hl.exec_cmd
      • hl.on
      • hl.timer
      • hl.version
      • hl.layout
        • HL.LayoutNamespace
        • hl.layout.register
      • hl.notification
        • HL.NotificationNamespace
        • hl.notification.create
        • hl.notification.get
      • hl.plugin
        • HL.PluginNamespace
        • hl.plugin.load
    • Objects
      • HL.Dispatcher
      • HL.EventSubscription
      • HL.Group
      • HL.Keybind
      • HL.LayerRule
      • HL.LayerSurface
      • HL.Monitor
      • HL.Notification
      • HL.Timer
      • HL.Window
      • HL.WindowRule
      • HL.Workspace
    • Types
      • HL.EventName
      • HL.ConfigKey
      • HL.MonitorSelector
      • HL.WorkspaceSelector
      • HL.WindowSelector
      • HL.Vec2Like
      • HL.CssGap
      • HL.Gradient
      • HL.Vec2
      • HL.Box
      • HL.BindOptions
      • HL.TimerOptions
      • HL.GestureSpec
      • HL.PermissionSpec
      • HL.NotificationOptions
      • HL.LayerQueryFilter
      • HL.WindowQueryFilter
      • HL.DeviceSpec
      • HL.LayerRuleSpec
      • HL.MonitorSpec
      • HL.WindowRuleSpec
      • HL.WorkspaceRuleSpec
      • HL.ConfigValueTypes
    • Layout Types
      • HL.LayoutContext
      • HL.LayoutProvider
      • HL.LayoutTarget

On this page

  • Members
  1. Hyprland Lua API /
  2. Reference /
  3. hl /
  4. hl.dsp

hl.dsp¶

Members¶

  • HL.DspNamespace
  • hl.dsp.dpms
  • hl.dsp.event
  • hl.dsp.exec_cmd
  • hl.dsp.exec_raw
  • hl.dsp.exit
  • hl.dsp.focus
  • hl.dsp.force_idle
  • hl.dsp.force_renderer_reload
  • hl.dsp.global
  • hl.dsp.layout
  • hl.dsp.no_op
  • hl.dsp.pass
  • hl.dsp.send_key_state
  • hl.dsp.send_shortcut
  • hl.dsp.submap
  • hl.dsp.cursor
  • hl.dsp.group
  • hl.dsp.window
  • hl.dsp.workspace
Previous
hl.unbind
Next
HL.DspNamespace

Made with Sphinx and Shibuya theme.